You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
687 B
20 lines
687 B
2 years ago
|
import type { App } from 'vue'
|
||
|
export * from './components/hd-toast'
|
||
|
export * from './components/hd-notify'
|
||
|
export * from './components/hd-loading'
|
||
|
export * from './components/hd-modal'
|
||
|
export * from './components/hd-date-picker'
|
||
|
export * from './components/hd-calendar'
|
||
|
export * from './components/hd-popup'
|
||
|
export * from './components/hd-area'
|
||
|
export * from './components/hd-swipe-action'
|
||
|
export * from './libs/functions/colorExchanghe'
|
||
|
export * from './libs/functions/debounce'
|
||
|
export * from './libs/functions/throttle'
|
||
|
export * from './libs/functions/reg'
|
||
|
export * from './libs/utils/CommonUtil'
|
||
|
declare const _default: {
|
||
|
install: (Vue: App<any>) => void
|
||
|
}
|
||
|
export default _default
|