UNPKG

@radix-ui/themes

Version:

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

14 lines (11 loc) 264 B
import type { PropDef } from './prop-def.js'; const highContrastPropDef = { highContrast: { type: 'boolean', className: 'rt-high-contrast', default: undefined, }, } satisfies { highContrast: PropDef<boolean>; }; export { highContrastPropDef };