@hakuna-matata-ui/button
Version:
A React component that is a base button.
13 lines • 431 B
TypeScript
import { HTMLChakraProps, SystemProps } from "@hakuna-matata-ui/system";
import * as React from "react";
interface ButtonSpinnerProps extends HTMLChakraProps<"div"> {
label?: string;
/**
* @type SystemProps["margin"]
*/
spacing?: SystemProps["margin"];
placement?: "start" | "end";
}
export declare const ButtonSpinner: React.FC<ButtonSpinnerProps>;
export {};
//# sourceMappingURL=button-spinner.d.ts.map