UNPKG

@radix-ui/themes

Version:

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

6 lines (4 loc) 193 B
import * as React from 'react'; // "inert" works differently between React versions // https://github.com/facebook/react/pull/24730 export const inert = parseFloat(React.version) >= 19 || '';