15 lines
1.3 KiB
TypeScript
15 lines
1.3 KiB
TypeScript
|
declare const _default: import("vue").DefineComponent<{
|
||
|
readonly size: import("../../../utils/props").BuildPropReturn<StringConstructor, "", false, "" | "small" | "default" | "large", never>;
|
||
|
readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text", unknown>;
|
||
|
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
readonly size?: unknown;
|
||
|
readonly type?: unknown;
|
||
|
} & {
|
||
|
type: import("../../../utils/props").BuildPropType<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text", unknown>;
|
||
|
size: import("../../../utils/props").BuildPropType<StringConstructor, "" | "small" | "default" | "large", never>;
|
||
|
} & {}>, {
|
||
|
type: import("../../../utils/props").BuildPropType<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text", unknown>;
|
||
|
size: import("../../../utils/props").BuildPropType<StringConstructor, "" | "small" | "default" | "large", never>;
|
||
|
}>;
|
||
|
export default _default;
|