UNPKG

unika-components

Version:

Unika Vue3 components library

68 lines (67 loc) 1.68 kB
export declare const shapeDefaultProps: { id: string; pid: string; type: string; layerName: string; sign: boolean; signSort: number; overturnType: number; css: { fontFamily: string; fontSize: number; opacity: number; width: number; height: number; left: number; top: number; transform: number; borderRadius: number; borderWidth: number; borderColor: string; borderStyle: string; svgPathColor: string[]; animation2: string; animation: string; }; triggers: { event: string; link: string; go: string; phone: string; musicName: string; musicLink: string; musicHash: string; }; properties: { visible: boolean; isLock: boolean; required: boolean; musicName: string; musicLink: string; musicHash: string; shadowSize: number; shadowColor: string; shadowX: number; shadowY: number; shadowBlur: number; shadowPoint: number; aniOrigin: string; animations: { animate: string; count: number; timing: string; loop: boolean; delay: number; duration: number; name: string; order: string; type: string; aniType: string; allDelay: string; id: number; }[]; src: string; textAni: never[]; }; }; export default shapeDefaultProps;