@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS
18 lines (15 loc) • 660 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { MenuItemGroupProps } 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 MenuItemGroup({ children, condensed, disabled, label, labelElement, rainbow, ...props }: MenuItemGroupProps): react_jsx_runtime.JSX.Element;
declare namespace MenuItemGroup {
var displayName: string;
}
export { MenuItemGroup, MenuItemGroup as default };