UNPKG

@snowball-tech/fractal

Version:

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

13 lines (12 loc) 437 B
import { ToolbarSeparatorProps } from "./Toolbar.types.js"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/Toolbar/ToolbarSeparator.d.ts declare function ToolbarSeparator({ ...props }: ToolbarSeparatorProps): _$react_jsx_runtime0.JSX.Element; declare namespace ToolbarSeparator { var displayName: string; } //#endregion export { ToolbarSeparator }; //# sourceMappingURL=ToolbarSeparator.d.ts.map