@primer/react
Version:
An implementation of GitHub's Primer Design System using React
6 lines (5 loc) • 330 B
TypeScript
/// <reference types="react" />
export type { ButtonProps, IconButtonProps } from './types';
export declare const Button: import("../../utils/polymorphic").ForwardRefComponent<"button", import("./types").ButtonProps> & {
Counter: ({ children, sx: sxProp, ...props }: import("./ButtonCounter").CounterProps) => JSX.Element;
};