UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 197 B
import ISpin from './spin'; type RefSpin = typeof ISpin; export interface SpinComponent extends RefSpin { displayName: string; } declare const SpinComp: SpinComponent; export default SpinComp;