UNPKG

@snowball-tech/fractal

Version:

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

9 lines (6 loc) 154 B
import * as react from 'react'; declare const SelectContext: react.Context<{ disabled: boolean; rainbow: boolean; }>; export { SelectContext };