UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

33 lines 1.35 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: "update:modelValue" | "change", ...args: any[]) => void; color: string; size: string; disabled: boolean; label: string; modelValue: boolean | unknown[]; value: string | number | boolean; indeterminate: boolean; $props: { readonly color?: string | undefined; readonly size?: string | undefined; readonly disabled?: boolean | undefined; readonly label?: string | undefined; readonly modelValue?: boolean | unknown[] | undefined; readonly value?: string | number | boolean | undefined; readonly indeterminate?: boolean | undefined; }; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLabelElement>; type __VLS_TemplateResult = { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLLabelElement; }; //# sourceMappingURL=Checkbox.vue.d.ts.map