soda-material
Version:
A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)
11 lines (10 loc) • 454 B
TypeScript
/// <reference types="react" />
/**
* This component is primary for internal use.
* This component has ref forwarded.
*/
export declare const ActionButton: import("react").ForwardRefExoticComponent<{
inverse?: boolean | undefined;
disabled?: boolean | undefined;
children?: React.ReactNode;
} & Omit<import("react").HTMLProps<HTMLElement>, "as" | "ref" | "disabled" | "children" | "inverse"> & import("react").RefAttributes<HTMLElement>>;