@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
10 lines (9 loc) • 438 B
TypeScript
import { t as ButtonProps } from "./Button.types-NreClzsn.js";
import * as _$react from "react";
//#region src/components/Toolbar/ToolbarButton.d.ts
declare const ToolbarButton: _$react.ForwardRefExoticComponent<{
active?: boolean;
} & Omit<ButtonProps, "wrap" | "truncate" | "variant"> & _$react.RefAttributes<HTMLButtonElement | null>>;
//#endregion
export { ToolbarButton as t };
//# sourceMappingURL=ToolbarButton-AxhRTY3E.d.ts.map