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