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