export type BreakPoint = "xs" | "sm" | "md" | "lg" | "xl"; export type Responsive = { span?: number; offset?: number; };