You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
620 B
20 lines
620 B
declare const _default: import("vue").DefineComponent<{
|
|
label: StringConstructor;
|
|
disabled: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
}, {
|
|
visible: import("vue").Ref<boolean>;
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
label?: unknown;
|
|
disabled?: unknown;
|
|
} & {
|
|
disabled: boolean;
|
|
} & {
|
|
label?: string | undefined;
|
|
}>, {
|
|
disabled: boolean;
|
|
}>;
|
|
export default _default;
|