@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
8 lines (7 loc) • 350 B
TypeScript
import { ButtonProps } from "./Button.types.js";
import * as _$react from "react";
//#region src/components/Button/Button.d.ts
declare const Button: _$react.ForwardRefExoticComponent<ButtonProps & _$react.RefAttributes<HTMLElement | HTMLAnchorElement | HTMLButtonElement | null>>;
//#endregion
export { Button };
//# sourceMappingURL=Button.d.ts.map