@ozen-ui/kit
Version:
React component library
5 lines (4 loc) • 430 B
TypeScript
import type { ThemeBreakpointToken, ThemeBreakpointTokenProperties } from '../../components/OzenProvider';
import type { BreakpointMatches } from '../../types/Breakpoints';
export declare const getBreakpointsAscending: (breakpointToken: ThemeBreakpointToken) => (keyof ThemeBreakpointTokenProperties)[];
export declare const calculateBreakpoints: (breakpointToken: ThemeBreakpointToken, windowWidth: number) => BreakpointMatches;