unika-components
Version:
Unika Vue3 components library
77 lines (76 loc) • 1.89 kB
TypeScript
export declare const calendarDefaultProps: {
id: string;
pid: string;
type: string;
layerName: string;
endTime: string;
language: string;
kind: number;
sign: boolean;
signSort: number;
showSize: string;
themeColor: string;
heartColor: string;
heartAni: boolean;
dateColor: string;
css: {
borderWidth: number;
borderStyle: string;
borderColor: string;
opacity: number;
backgroundColor: string;
width: number;
height: number;
borderRadius: number;
top: number;
left: number;
transform: number;
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[];
};
triggers: {
event: string;
link: string;
go: number;
phone: string;
musicName: string;
musicLink: string;
musicHash: string;
music_id: number;
cat: string;
originalUrl: string;
crop: null;
};
signType: string;
};
export default calendarDefaultProps;