@cossistant/next
Version:
Next.js-ready SDK for building AI-powered support/chat widgets. Hooks + primitives, WS-driven, TypeScript-first. Next.js-ready, Tailwind optional.
16 lines (14 loc) • 520 B
TypeScript
import * as React$1 from "react";
//#region ../react/src/primitives/button.d.ts
/**
* Thin wrapper over a `<button>` that supports `asChild` composition so the
* primitives can be slotted into external design systems without losing
* semantics.
*/
declare const Button: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
asChild?: boolean;
className?: string;
} & React$1.RefAttributes<HTMLButtonElement>>;
//#endregion
export { Button };
//# sourceMappingURL=button.d.ts.map