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