UNPKG

trs-ui-app

Version:

TRS 可视化低代码平台 前端移动 UI 组件库 👍

58 lines (57 loc) 1.62 kB
import type { animationConfigType } from '~/Icon/types'; declare const _default: import("vue").DefineComponent<{ name: { type: StringConstructor; default: string; }; type: { type: StringConstructor; default: string; }; width: { type: StringConstructor; default: string; }; height: { type: StringConstructor; default: string; }; animationConfig: { type: () => animationConfigType; default: () => { setRepeatCount: number; }; }; }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ name: { type: StringConstructor; default: string; }; type: { type: StringConstructor; default: string; }; width: { type: StringConstructor; default: string; }; height: { type: StringConstructor; default: string; }; animationConfig: { type: () => animationConfigType; default: () => { setRepeatCount: number; }; }; }>>, { name: string; type: string; width: string; height: string; animationConfig: animationConfigType; }>; export default _default;