naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
39 lines (38 loc) • 1.06 kB
TypeScript
import { type HSLA } from 'seemly';
import { type PropType } from 'vue';
declare const _default: import("vue").DefineComponent<{
clsPrefix: {
type: StringConstructor;
required: true;
};
value: {
type: PropType<string | null>;
default: null;
};
hsla: {
type: PropType<HSLA | null>;
default: null;
};
disabled: BooleanConstructor;
onClick: PropType<() => void>;
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
clsPrefix: {
type: StringConstructor;
required: true;
};
value: {
type: PropType<string | null>;
default: null;
};
hsla: {
type: PropType<HSLA | null>;
default: null;
};
disabled: BooleanConstructor;
onClick: PropType<() => void>;
}>>, {
value: string | null;
disabled: boolean;
hsla: HSLA | null;
}, {}>;
export default _default;