unika-components
Version:
Unika Vue3 components library
53 lines (52 loc) • 1.27 kB
TypeScript
export declare const mapDefaultProps: {
id: string;
pid: string;
type: string;
textContent: string;
layerName: string;
btnName: string;
sign: boolean;
signSort: number;
mapStyle: string;
iframeUrl: string;
url: string;
css: {
borderWidth: number;
borderStyle: string;
borderColor: string;
opacity: number;
fontSize: number;
color: string;
backgroundColor: string;
width: number;
height: number;
top: number;
left: number;
transform: number;
borderRadius: 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[];
lng: number;
lat: number;
location: string;
zoom: number;
type: string;
isMapEdit: number;
};
signType: string;
};
export default mapDefaultProps;