UNPKG

wired-elements-react

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