zent
Version:
一套前端设计语言和基于React的实现
24 lines (23 loc) • 430 B
TypeScript
export declare const TransitionTimeOut = 300;
export declare const StyleMap: {
left: {
height: string;
left: number;
top: number;
};
right: {
height: string;
right: number;
top: number;
};
top: {
width: string;
top: number;
left: number;
};
bottom: {
width: string;
bottom: number;
left: number;
};
};