@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS
31 lines (24 loc) • 1.94 kB
TypeScript
export { A as DropdownAlternateElevations, E as DropdownElevations } from '../../../Paper.types-NMDyV2Rb.js';
import * as react from 'react';
import { d as DropdownProps, C as CombinedRefs, e as DropdownRadioGroupProps, f as DropdownRadioItemProps, g as SubDropdownProps, S as SubDropdownCombinedRefs } from '../../../DropdownItemSeparator-DcW4vE3X.js';
export { a as DropdownItemGroupProps, b as DropdownItemProps, D as DropdownItemSeparator, c as DropdownItemSeparatorProps } from '../../../DropdownItemSeparator-DcW4vE3X.js';
export { D as DropdownItem, a as DropdownItemGroup } from '../../../DropdownItemGroup-BBxEGFci.js';
import * as react_jsx_runtime from 'react/jsx-runtime';
import '../../constants.js';
import '@snowball-tech/design-tokens/dist/web/typescript/constants';
import '../../../Typography.constants-DvMtFxBN.js';
import '@radix-ui/react-dropdown-menu';
import '../../../InputRadio.types-CDNkQqpa.js';
import '@radix-ui/react-radio-group';
declare const DEFAULT_ELEVATION = PaperElevations.Bordered;
declare const Dropdown: react.ForwardRefExoticComponent<DropdownProps & react.RefAttributes<CombinedRefs>>;
declare const DropdownRadioGroup: {
({ children: dropdownRadioItems, condensed, defaultValue, disabled, onValueChange, rainbow, value, ...props }: DropdownRadioGroupProps): react_jsx_runtime.JSX.Element;
displayName: string;
};
declare const DropdownRadioItem: {
({ condensed, disabled, id, label, rainbow, value, ...props }: DropdownRadioItemProps): react_jsx_runtime.JSX.Element;
displayName: string;
};
declare const SubDropdown: react.ForwardRefExoticComponent<SubDropdownProps & react.RefAttributes<SubDropdownCombinedRefs>>;
export { DEFAULT_ELEVATION as DEFAULT_DROPDOWN_ELEVATION, Dropdown, DropdownProps, DropdownRadioGroup, DropdownRadioGroupProps, DropdownRadioItem, DropdownRadioItemProps, CombinedRefs as DropdownRefs, SubDropdown, SubDropdownCombinedRefs as SubDropdownRefs };