@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS
12 lines (9 loc) • 391 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { SelectItemGroupProps } from './Select.types.js';
import '@radix-ui/react-select';
import 'react';
declare const SelectItemGroup: {
({ children, disabled, label, rainbow, ...props }: SelectItemGroupProps): react_jsx_runtime.JSX.Element;
displayName: string;
};
export { SelectItemGroup, SelectItemGroup as default };