UNPKG

@snowball-tech/fractal

Version:

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

10 lines (9 loc) 418 B
import { ButtonProps } from "../Button/Button.types.js"; import * as _$react from "react"; //#region src/components/Toolbar/ToolbarButton.d.ts declare const ToolbarButton: _$react.ForwardRefExoticComponent<{ active?: boolean; } & Omit<ButtonProps, "wrap" | "variant" | "truncate"> & _$react.RefAttributes<HTMLButtonElement | null>>; //#endregion export { ToolbarButton }; //# sourceMappingURL=ToolbarButton.d.ts.map