UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

5 lines (4 loc) 123 B
import { FC } from 'react'; import { Props } from './Spinner.types'; declare const Spinner: FC<Props>; export { Spinner };