UNPKG

@snowball-tech/fractal

Version:

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

8 lines (5 loc) 272 B
import * as react from 'react'; import { SelectProps, CombinedRefs } from './Select.types.js'; import '@radix-ui/react-select'; declare const Select: react.ForwardRefExoticComponent<SelectProps & react.RefAttributes<CombinedRefs>>; export { Select, Select as default };