@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
8 lines (7 loc) • 318 B
TypeScript
import { CombinedRefs, SelectProps } from "./Select.types.js";
import * as _$react from "react";
//#region src/components/Select/Select.d.ts
declare const Select: _$react.ForwardRefExoticComponent<SelectProps & _$react.RefAttributes<CombinedRefs>>;
//#endregion
export { Select };
//# sourceMappingURL=Select.d.ts.map