UNPKG

shineout

Version:
8 lines (7 loc) 195 B
import Link from './link'; type RefLink = typeof Link; export interface LinkComponent extends RefLink { displayName: string; } declare const LinkComp: LinkComponent; export default LinkComp;