UNPKG

@fish-render/descriptions

Version:
5 lines (4 loc) 336 B
export declare const breakpoints: readonly ["xs", "sm", "md", "lg", "xl"]; export type Breakpoint = (typeof breakpoints)[number]; export type BreakpointValues = Record<Breakpoint, number>; export declare function getInheritedValues(defaults: Partial<BreakpointValues>, userValues: number | Partial<BreakpointValues>): BreakpointValues;