UNPKG

wired-elements-react

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