UNPKG

unika-components

Version:

Unika Vue3 components library

66 lines (65 loc) 1.65 kB
export declare const countdownDefaultProps: { id: string; pid: string; type: string; layerName: string; endTime: string; endOption: string; endText: string; sign: boolean; language: string; direction: string; signSort: number; showType: string; showSize: string; css: { borderWidth: number; borderStyle: string; borderColor: string; opacity: number; fontSize: number; color: string; backgroundColor: string; width: number; height: number; borderRadius: number; top: number; left: number; transform: number; textAlign: string; animation2: string; animation: 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; }[]; textAni: never[]; }; signType: string; }; export default countdownDefaultProps;