UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 204 B
import Empty from './empty'; type RefEmpty = typeof Empty; export interface EmptyComponent extends RefEmpty { displayName: string; } declare const EmptyComp: EmptyComponent; export default EmptyComp;