@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS
18 lines (15 loc) • 623 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { MenuItemSeparatorProps } from './Menu.types.js';
import 'react';
import '../Paper/Paper.types.js';
import '../constants-QFINMz1u.js';
import '../Paper/Paper.constants.js';
import '../Typography/Typography.constants.js';
import '../Popover/Popover.types.js';
import '@radix-ui/react-popover';
import './Menu.constants.js';
declare function MenuItemSeparator({ ...props }: MenuItemSeparatorProps): react_jsx_runtime.JSX.Element;
declare namespace MenuItemSeparator {
var displayName: string;
}
export { MenuItemSeparator, MenuItemSeparator as default };