unika-components
Version:
Unika Vue3 components library
43 lines (42 loc) • 1.03 kB
TypeScript
export declare const callDefaultProps: {
id: string;
pid: string;
type: string;
tel: string;
btnText: string;
layerName: string;
sign: boolean;
signSort: number;
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;
};
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: never[];
};
};
export default callDefaultProps;