tdesign-vue
Version:
22 lines (21 loc) • 464 B
TypeScript
export declare const DEFAULT_Z_INDEX = 6000;
export declare const DISTANCE = "16px";
export declare const PLACEMENT_OFFSET: {
'top-left': {
left: string;
top: string;
};
'top-right': {
right: string;
top: string;
};
'bottom-right': {
right: string;
bottom: string;
};
'bottom-left': {
left: string;
bottom: string;
};
};
export declare const PLACEMENT_LIST: string[];