UNPKG

@snowball-tech/fractal

Version:

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

8 lines (7 loc) 334 B
import { ToolbarProps } from "./Toolbar.types.js"; import * as _$react from "react"; //#region src/components/Toolbar/Toolbar.d.ts declare const Toolbar: _$react.ForwardRefExoticComponent<Omit<ToolbarProps, "ref"> & _$react.RefAttributes<HTMLDivElement | null>>; //#endregion export { Toolbar }; //# sourceMappingURL=Toolbar.d.ts.map