UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 195 B
import Rate from './rate'; type RefRate = typeof Rate; export interface RateComponent extends RefRate { displayName: string; } declare const RateComp: RateComponent; export default RateComp;