@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
41 lines (40 loc) • 1.21 kB
TypeScript
declare const _default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
shape: {
type: StringConstructor;
default: string;
};
firstColor: {
type: StringConstructor;
default: string;
};
secondColor: {
type: StringConstructor;
default: string;
};
underlay: {
type: ObjectConstructor;
};
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
shape: {
type: StringConstructor;
default: string;
};
firstColor: {
type: StringConstructor;
default: string;
};
secondColor: {
type: StringConstructor;
default: string;
};
underlay: {
type: ObjectConstructor;
};
}>>, {
shape: string;
firstColor: string;
secondColor: string;
}, {}>>;
export default _default;