UNPKG

@alitajs/antd-plus

Version:

基于 ant-design 封装的偏业务组件

7 lines (6 loc) 228 B
import { DependencyList } from 'react'; export declare const useMeasure: (deps?: DependencyList) => { rect: ClientRect; ref: any; }; export declare const useMeasureBatch: (count: number, deps?: DependencyList) => any[];