@minto-ai/mt-ui
Version:
UI组件库
26 lines (25 loc) • 957 B
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly label: {
readonly type: StringConstructor;
readonly default: "";
};
readonly name: {
readonly type: import('vue').PropType<string | number>;
readonly default: 0;
};
}>, {
isActive: import('vue').ComputedRef<boolean>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly label: {
readonly type: StringConstructor;
readonly default: "";
};
readonly name: {
readonly type: import('vue').PropType<string | number>;
readonly default: 0;
};
}>> & Readonly<{}>, {
readonly name: string | number;
readonly label: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;