UNPKG

wired-elements-react

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