@metamask/snaps-sdk
Version:
A library containing the core functionality for building MetaMask Snaps
20 lines • 531 B
text/typescript
/**
* A spinner component, which is used to display a spinner, indicating that some
* operation is in progress.
*
* This component does not accept any props.
*
* @returns A spinner element.
* @example
* <Spinner />
* @category Components
*/
export declare const Spinner: import("../component.cjs").SnapComponent<Record<string, never>, "Spinner">;
/**
* A spinner element.
*
* @see {@link Spinner}
* @category Elements
*/
export type SpinnerElement = ReturnType<typeof Spinner>;
//# sourceMappingURL=Spinner.d.cts.map