UNPKG

@slashid/react

Version:

React SDK for the /id platform

8 lines 288 B
import * as styles from "./spinner.css"; type Props = { className?: string; variant?: keyof typeof styles.spinnerVariants; }; export declare const Spinner: ({ className, variant }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=spinner.d.ts.map