//#region src/grid/responsive.d.ts type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'; type ResponsiveValue = T | Partial>; //#endregion export { Breakpoint, ResponsiveValue }; //# sourceMappingURL=responsive.d.ts.map