UNPKG

@accelint/design-toolkit

Version:

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

7 lines (4 loc) 243 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { TextProps } from 'react-aria-components'; declare function MenuItemLabel({ children, className, ...rest }: TextProps): react_jsx_runtime.JSX.Element; export { MenuItemLabel };