UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

36 lines 1.36 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<{}, { filled: boolean; variant: string; required: boolean; error: boolean; size: string; disabled: boolean; margin: string; focused: boolean; id?: string | undefined; $props: { readonly filled?: boolean | undefined; readonly variant?: string | undefined; readonly required?: boolean | undefined; readonly error?: boolean | undefined; readonly size?: string | undefined; readonly disabled?: boolean | undefined; readonly margin?: string | undefined; readonly focused?: boolean | undefined; readonly id?: string | undefined; }; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>; type __VLS_TemplateResult = { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLParagraphElement; }; //# sourceMappingURL=FormHelperText.vue.d.ts.map