UNPKG

wired-elements-react

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