@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS
10 lines (6 loc) • 526 B
TypeScript
import * as react from 'react';
import { b as DropdownItemProps, a as DropdownItemGroupProps } from './DropdownItemSeparator-CX3ElAQM.js';
import * as react_jsx_runtime from 'react/jsx-runtime';
declare const DropdownItem: react.ForwardRefExoticComponent<Omit<DropdownItemProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
declare function DropdownItemGroup({ children, condensed, disabled, label, ...props }: DropdownItemGroupProps): react_jsx_runtime.JSX.Element;
export { DropdownItem as D, DropdownItemGroup as a };