UNPKG

410 BTypeScriptView Raw
1import { type HTMLChakraProps, type RecipeProps, type UnstyledProp } from "../../styled-system";
2export interface SpinnerProps extends HTMLChakraProps<"span">, UnstyledProp, RecipeProps<"spinner"> {
3}
4export declare const Spinner: import("react").ForwardRefExoticComponent<SpinnerProps & import("react").RefAttributes<HTMLSpanElement>>;
5export declare const SpinnerPropsProvider: React.Provider<SpinnerProps>;