UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

49 lines 1.88 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: "click" | "mouseover" | "mouseout" | "focus" | "blur", ...args: any[]) => void; variant: string; type: string; rounded: string | boolean; size: string; buttonStyle: string; disabled: boolean; loading: boolean; fullWidth: boolean; href: string; target: string; startIcon: string; endIcon: string; uppercase: boolean; ripple: boolean; $props: { readonly variant?: string | undefined; readonly type?: string | undefined; readonly rounded?: string | boolean | undefined; readonly size?: string | undefined; readonly buttonStyle?: string | undefined; readonly disabled?: boolean | undefined; readonly loading?: boolean | undefined; readonly fullWidth?: boolean | undefined; readonly href?: string | undefined; readonly target?: string | undefined; readonly startIcon?: string | undefined; readonly endIcon?: string | undefined; readonly uppercase?: boolean | undefined; readonly ripple?: boolean | undefined; }; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>; type __VLS_TemplateResult = { attrs: Partial<{}>; slots: { startIcon?(_: {}): any; default?(_: {}): any; endIcon?(_: {}): any; }; refs: {}; rootEl: HTMLButtonElement; }; //# sourceMappingURL=Button.vue.d.ts.map