Skip to content

Instantly share code, notes, and snippets.

import classnames from 'classnames'
const sizeMap = {
small: '16px',
medium: '32px',
large: '64px',
}
export interface SpinnerInternalProps {
/** Sets the width and height of the spinner. */