UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS

12 lines (9 loc) 359 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { SelectEmptyProps } from './Select.types.js'; import '@radix-ui/react-select'; import 'react'; declare const SelectEmpty: { ({ children, label, value, ...props }: SelectEmptyProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { SelectEmpty, SelectEmpty as default };