bigblocks
Version:
Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React
7 lines • 368 B
TypeScript
import { type ButtonProps } from "../ui/button";
export interface LoadingButtonProps extends ButtonProps {
loading?: boolean;
loadingText?: string;
}
export declare function LoadingButton({ loading, loadingText, children, disabled, className, ...props }: LoadingButtonProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=LoadingButton.d.ts.map