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 { SeparatorProps } from 'react-aria-components'; declare function MenuSeparator({ className, ...rest }: SeparatorProps): react_jsx_runtime.JSX.Element; export { MenuSeparator };