UNPKG

@radix-ui/themes

Version:

[![Radix Themes Logo](https://radix-ui.com/social/themes.png)](https://radix-ui.com/themes)

3 lines (2 loc) 224 B
import type { Breakpoint, Responsive } from '../props/index.js'; export declare function isResponsiveObject<Value extends string>(obj: Responsive<Value | Omit<string, Value>> | undefined): obj is Record<Breakpoint, string>;