UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

5 lines (4 loc) 179 B
/// <reference types="react" /> import { SpinnerProps } from './Spinner.types'; declare const Spinner: ({ color, size }: SpinnerProps) => JSX.Element; export default Spinner;