hongluan-ui
Version:
Hongluan Component Library for Vue 3
6 lines (5 loc) • 310 B
TypeScript
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;