import type { media } from "./breakpoints"; export type BpAware = { [Key in keyof typeof media as `@${Key}` | "@initial"]?: T; } | T; //# sourceMappingURL=types.d.ts.map