UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

8 lines (5 loc) 287 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import React__default from 'react'; type SpinnerProps = React__default.ComponentProps<"svg">; declare function Spinner({ className, ...props }: SpinnerProps): react_jsx_runtime.JSX.Element; export { Spinner, type SpinnerProps };