kalman-vue3-icon
Version:
Kalman Vue Icon, Automation workflow with Figma
24 lines (23 loc) • 708 B
TypeScript
export default _sfc_main;
declare const _sfc_main: import("vue").DefineComponent<{
size: {
type: StringConstructor;
default: string;
};
color: {
type: StringConstructor;
default: string;
};
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
size: {
type: StringConstructor;
default: string;
};
color: {
type: StringConstructor;
default: string;
};
}>>, {
size: string;
color: string;
}>;