UNPKG

dgz-ui-shared

Version:

Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript, dgz-ui library

9 lines 380 B
import type { HTMLAttributes } from 'react'; /** * Spin renders a simple SVG spinner. You can override className to change size/color. * * @param props - Optional HTML/SVG attributes applied to the svg element. */ declare const Spin: (props?: HTMLAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element; export default Spin; //# sourceMappingURL=Spin.d.ts.map