UNPKG

@metamask/design-system-react-native

Version:
4 lines 279 B
import React from "react"; import type { SpinnerProps } from "./Spinner.types.mjs"; export declare const Spinner: ({ color, spinnerIconProps, loadingText, loadingTextProps, twClassName, style, ...props }: SpinnerProps) => React.JSX.Element; //# sourceMappingURL=Spinner.d.mts.map