UNPKG

baseui

Version:

A React Component library implementing the Base design language

7 lines (6 loc) 247 B
import type { SpinnerProps } from './types'; import type { StyletronComponent } from 'styletron-react'; export { SIZE } from './constants'; export * from './types'; declare const Spinner: StyletronComponent<'i', SpinnerProps>; export { Spinner };