UNPKG

@radix-ui/themes

Version:

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

13 lines (10 loc) 309 B
import { widthPropDefs, heightPropDefs } from '../props/index.js'; import type { PropDef } from '../props/index.js'; const skeletonPropDefs = { loading: { type: 'boolean', default: true }, ...widthPropDefs, ...heightPropDefs, } satisfies { loading: PropDef<boolean>; }; export { skeletonPropDefs };