UNPKG

hongluan-ui

Version:
6 lines (5 loc) 310 B
export declare const cubic: (value: number) => number; export declare const easeInOutCubic: (value: number) => number; export declare const setTransform: (transform: string, mark: string, newVal: string) => string; export declare const transitionEndName: string; export declare const animationEndName: string;