/** * @file useDimension 获取数据点 */ import { Point } from '@co-hooks/region'; export declare function usePoint(part: string): Point;