UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

7 lines (6 loc) 167 B
import React from 'react'; interface Props { color: string; } declare const ButtonLoading: React.FC<React.PropsWithChildren<Props>>; export default ButtonLoading;