watercolor-ui
Version:
A modern minimalist cross-framework component library
20 lines • 816 B
TypeScript
interface Props {
modelValue?: string;
size?: 'sm' | 'md' | 'lg';
shape?: 'circle' | 'square' | 'rounded';
disabled?: boolean;
className?: string;
}
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (value: string) => any;
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
}>, {
className: string;
size: "sm" | "md" | "lg";
disabled: boolean;
modelValue: string;
shape: "circle" | "square" | "rounded";
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
export default _default;
//# sourceMappingURL=ColorPicker.vue.d.ts.map