Files
wdi-dashboard/node_modules/@chakra-ui/breakpoint-utils/dist/index.d.ts
2024-08-16 15:06:52 +05:30

3 lines
256 B
TypeScript

export { arrayToObjectNotation, breakpoints, isCustomBreakpoint, isResponsiveObjectLike, mapResponsive, objectToArrayNotation } from './responsive.js';
export { AnalyzeBreakpointsReturn, analyzeBreakpoints, px, toMediaQueryString } from './breakpoint.js';