UNPKG

@accelint/design-toolkit

Version:

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

12 lines (9 loc) 403 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { MenuSectionProps } from './types.js'; import 'react'; import 'react-aria-components'; import 'tailwind-variants'; import '../icon/types.js'; import './styles.js'; declare function MenuSection<T extends object>({ children, classNames, items, title, ...rest }: MenuSectionProps<T>): react_jsx_runtime.JSX.Element; export { MenuSection };