c-dhn-acttest
Advanced tools
Comparing version 1.0.0 to 1.0.1
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var vue = require('vue'); | ||
@@ -82,2 +84,4 @@ var utils = require('./utils/utils'); | ||
module.exports = index; | ||
exports.CDhnButton = _CDhnButton; | ||
exports.CDhnDateCountdown = _CDhnDateCountdown; | ||
exports.default = index; |
import type { App } from 'vue'; | ||
import CDhnButton from './c-dhn-button'; | ||
import CDhnDateCountdown from './c-dhn-date-countdown'; | ||
export { CDhnButton, CDhnDateCountdown }; | ||
declare const _default: { | ||
@@ -3,0 +6,0 @@ version: string; |
@@ -81,1 +81,2 @@ import { defineComponent, openBlock, createBlock, createVNode, withScopeId } from 'vue'; | ||
export default index; | ||
export { _CDhnButton as CDhnButton, _CDhnDateCountdown as CDhnDateCountdown }; |
{ | ||
"name": "c-dhn-acttest", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "c-dhn-act component", | ||
@@ -5,0 +5,0 @@ "author": "peng.luo@asiainnovations.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10371
268