@fesjs/fes-design
Version:
fes-design for PC
31 lines (30 loc) • 1.38 kB
TypeScript
import { type PropType } from 'vue';
import type { ExtractPublicPropTypes } from '../_util/interface';
export declare const optionProps: {
readonly value: {
readonly type: PropType<string | number | boolean | object>;
readonly default: undefined;
};
readonly label: StringConstructor;
readonly disabled: BooleanConstructor;
};
export type OptionProps = ExtractPublicPropTypes<typeof optionProps>;
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly value: {
readonly type: PropType<string | number | boolean | object>;
readonly default: undefined;
};
readonly label: StringConstructor;
readonly disabled: BooleanConstructor;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly value: {
readonly type: PropType<string | number | boolean | object>;
readonly default: undefined;
};
readonly label: StringConstructor;
readonly disabled: BooleanConstructor;
}>> & Readonly<{}>, {
readonly disabled: boolean;
readonly value: string | number | boolean | object;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;