UNPKG

shineout

Version:
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;