UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

5 lines 241 B
/** * This function determines whether or not a container's width is within two values. */ export declare const isWithinBreakpoint: (width: number, min: number, max?: number) => boolean | 0; //# sourceMappingURL=isWithinBreakpoint.d.ts.map