export type MQPartial = Partial<{ xs: T; sm: T; md: T; lg: T; xl: T; }>; export type MQ = T | MQPartial; //# sourceMappingURL=types.d.ts.map