UNPKG

@perfma/heaven

Version:

An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.

5 lines (4 loc) 261 B
export declare function mixinStaticProps(target: any, source: any): void; export declare const classNames: (names: any) => any; export declare const nextTick: (cb: any) => Promise<void>; export declare const throttle: (callback: any, limit: any) => () => void;