UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

10 lines (7 loc) 325 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { OptionsItemTextProps } from './types.js'; import 'react'; import 'react-aria-components'; import '../icon/types.js'; declare function OptionsItemLabel({ className, ...rest }: OptionsItemTextProps): react_jsx_runtime.JSX.Element; export { OptionsItemLabel };