import { Breakpoints } from '@bigcommerce/big-design-theme'; export type Responsive = { [key in keyof Breakpoints]?: T; }; export type ResponsiveProp = T | Responsive; //# sourceMappingURL=responsive.d.ts.map