oui-kit
Version:
🎯 *UI toolkit with a French touch* 🇫🇷
16 lines (15 loc) • 675 B
TypeScript
type __VLS_Props = {
lazy?: boolean;
disabled?: boolean;
};
type __VLS_PublicProps = {
modelValue: string | undefined;
} & __VLS_Props;
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (value: string | undefined) => any;
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
colorInput: HTMLInputElement;
}, any>;
export default _default;