UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

40 lines 1.54 kB
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & (new () => { $slots: S; }); declare const __VLS_component: import('vue').DefineComponent<{}, { $emit: (event: "error" | "copy", ...args: any[]) => void; variant: string; size: string; text: string; showLabel: boolean; showTooltip: boolean; copyLabel: string; copiedLabel: string; tooltipSuccess: string; tooltipError: string; resetDelay: number; $props: { readonly variant?: string | undefined; readonly size?: string | undefined; readonly text?: string | undefined; readonly showLabel?: boolean | undefined; readonly showTooltip?: boolean | undefined; readonly copyLabel?: string | undefined; readonly copiedLabel?: string | undefined; readonly tooltipSuccess?: string | undefined; readonly tooltipError?: string | undefined; readonly resetDelay?: number | undefined; }; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; type __VLS_TemplateResult = { attrs: Partial<{}>; slots: { content?(_: {}): any; icon?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; //# sourceMappingURL=Copy.vue.d.ts.map