@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.34 kB
TypeScript
declare const _default: () => import('../../vue/node_modules/vue3').Raw<import('../../vue/node_modules/@vue/runtime-core').DefineComponent<{
shape: {
type: StringConstructor;
default: string;
};
firstColor: {
type: StringConstructor;
default: string;
};
secondColor: {
type: StringConstructor;
default: string;
};
underlay: {
type: ObjectConstructor;
};
}, () => import('../../vue/node_modules/@vue/runtime-core').VNode<import('../../vue/node_modules/vue3').RendererNode, import('../../vue/node_modules/vue3').RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import('../../vue/node_modules/vue3').ComponentOptionsMixin, import('../../vue/node_modules/vue3').ComponentOptionsMixin, {}, string, import('../../vue/node_modules/vue3').PublicProps, Readonly<import('../../vue/node_modules/@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;