UNPKG

@smart-react-components/ui

Version:
8 lines (7 loc) 179 B
import React from 'react'; interface Props { children?: JSX.Element; hasAnimation?: boolean; } declare const ButtonLoading: React.FC<Props>; export default ButtonLoading;