fant-mini-plus
Version:
fant-mini-plus是一个基于Vue3和TypeScript的uni-app高效UI组件库,提供丰富的组件和样式,帮助开发者快速构建高质量的移动应用。
20 lines (19 loc) • 726 B
TypeScript
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;