UNPKG

@oiij/naive-ui

Version:

Some Composable Functions And Components for Vue 3

39 lines (38 loc) 1.47 kB
import { ClassStyle } from "../data-table-plus/index.js"; import "../../components.js"; import * as _vueuse_core8 from "@vueuse/core"; import * as vue49 from "vue"; import * as naive_ui23 from "naive-ui"; //#region src/components/copy-button/CopyButton.vue.d.ts declare var __VLS_9: {}, __VLS_18: {}, __VLS_25: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_9) => any; } & { icon?: (props: typeof __VLS_18) => any; } & { tooltip?: (props: typeof __VLS_25) => any; }; declare const __VLS_base: vue49.DefineComponent<{ value?: string; config?: _vueuse_core8.UseClipboardOptions<string | undefined>; tooltipProps?: naive_ui23.TooltipProps & ClassStyle; buttonProps?: naive_ui23.ButtonProps & ClassStyle; }, {}, {}, {}, {}, vue49.ComponentOptionsMixin, vue49.ComponentOptionsMixin, {} & { copied: (v: string | undefined) => any; }, string, vue49.PublicProps, Readonly<{ value?: string; config?: _vueuse_core8.UseClipboardOptions<string | undefined>; tooltipProps?: naive_ui23.TooltipProps & ClassStyle; buttonProps?: naive_ui23.ButtonProps & ClassStyle; }> & Readonly<{ onCopied?: ((v: string | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, vue49.ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>; declare const _default: typeof __VLS_export; type __VLS_WithSlots<T, S> = T & { new (): { $slots: S; }; }; //#endregion export { _default };