UNPKG

@snowball-tech/fractal

Version:

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

10 lines (9 loc) 260 B
import * as _$react from "react"; //#region src/components/Select/SelectContext.d.ts declare const SelectContext: _$react.Context<{ disabled: boolean; rainbow: boolean; }>; //#endregion export { SelectContext }; //# sourceMappingURL=SelectContext.d.ts.map