zview-plus
Version:
基于 Vue3 的 UI 组件库
6 lines (5 loc) • 322 B
TypeScript
export declare const isOutBounds: (val: number, min: number, max: number) => boolean;
export declare const cutChunk: (extent: number, step: number, maxTotal: number) => number[];
declare type Location = "start" | "end";
export declare const judgeLocation: (val: number, start: number, end: number) => Location;
export {};