UNPKG

@pushchain/ui-kit

Version:
7 lines (6 loc) 138 B
import { FC } from 'react'; type SpinnerProps = { color?: string; }; declare const Spinner: FC<SpinnerProps>; export default Spinner;