UNPKG

@oiij/naive-ui

Version:

Som Composable Functions And Components for Vue 3

34 lines (33 loc) 1.4 kB
declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; icon?(_: {}): any; tooltip?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import('vue').DefineComponent<{ value?: string; config?: import('@vueuse/core').UseClipboardOptions<string | undefined>; tooltipProps?: import('naive-ui').TooltipProps & import('..').ClassStyle; buttonProps?: import('naive-ui').ButtonProps & import('..').ClassStyle; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { copied: (v: string | undefined) => any; }, string, import('vue').PublicProps, Readonly<{ value?: string; config?: import('@vueuse/core').UseClipboardOptions<string | undefined>; tooltipProps?: import('naive-ui').TooltipProps & import('..').ClassStyle; buttonProps?: import('naive-ui').ButtonProps & import('..').ClassStyle; }> & Readonly<{ onCopied?: ((v: string | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };