wired-elements-react
Version:
React wrappers for wired-elements
6 lines (5 loc) • 299 B
TypeScript
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>>;