UNPKG

hongluan-business-ui

Version:
9 lines (8 loc) 376 B
import installer from './defaults'; import type { installDefinition } from './make-installer'; export * from 'hongluan-business-ui/es/components'; export { PREFIX } from 'hongluan-business-ui/es/utils/constants'; export { makeInstaller } from './make-installer'; export declare const install: installDefinition; export declare const version: string; export default installer;