13 lines
441 B
TypeScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
declare const _default: import("vue").DefineComponent<{
clsPrefix: {
type: StringConstructor;
required: true;
};
2024-08-02 18:19:39 +08:00
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2024-01-29 09:26:07 +08:00
clsPrefix: {
type: StringConstructor;
required: true;
};
}>>, {}, {}>;
export default _default;