UNPKG

@radix-ui/themes

Version:

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

3 lines 277 B
import type { Responsive, Breakpoint } from '../props/prop-def.js'; export declare function isResponsiveObject<Value extends string>(obj: Responsive<Value | Omit<string, Value>> | undefined): obj is Record<Breakpoint, string>; //# sourceMappingURL=is-responsive-object.d.ts.map