UNPKG

react-loading-indicators

Version:

Kit of elegant loading indicators for react applications

10 lines (6 loc) 274 B
import { C as CommonProps } from './common.types.d-a5NbnUWh.js'; import React from 'react'; interface TrophySpinProps extends CommonProps { } declare const TrophySpin: (props: TrophySpinProps) => React.JSX.Element; export { type TrophySpinProps, TrophySpin as default };