UNPKG

@snowball-tech/fractal

Version:

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

8 lines (7 loc) 374 B
import { SubDropdownCombinedRefs, SubDropdownProps } from "./Dropdown.types.js"; import * as _$react from "react"; //#region src/components/Dropdown/SubDropdown.d.ts declare const SubDropdown: _$react.ForwardRefExoticComponent<SubDropdownProps & _$react.RefAttributes<SubDropdownCombinedRefs>>; //#endregion export { SubDropdown }; //# sourceMappingURL=SubDropdown.d.ts.map