UNPKG

yanzhen-design-vue

Version:

14 lines (13 loc) 446 B
import { ContactsFunc } from './src/confirm'; import { Plugin } from 'vue'; export declare const YzContacts: any; export declare const YzContactsSelect: any; declare const _default: typeof YzContacts & Plugin & { readonly confirm: ContactsFunc; readonly destroyAll: () => void; }; export default _default; export * from './src/contacts'; export * from './src/constants/base'; export * from './src/use-contacts'; export * from './schema';