UNPKG

wired-elements-react

Version:
6 lines (5 loc) 268 B
import * as React from 'react'; import { WiredLink as _WiredLink } from 'wired-elements/lib/wired-link.js'; export declare const WiredLink: React.ForwardRefExoticComponent<Partial<_WiredLink> & {} & { children?: React.ReactNode; } & React.RefAttributes<unknown>>;