import type { ITheme } from '../../theme/index'; export type ResponsiveValue = | T | null | undefined | Array | { [key in keyof ITheme['breakpoints']]?: T };