UNPKG

@essential-js/ui

Version:

EssentialJS UI

21 lines (16 loc) 604 B
/************ Processor: ts ************/ import * as dependency_0 from 'react'; // FILE: index.d.tsx declare namespace ns_index { import ButtonHTMLAttributes = dependency_0.ButtonHTMLAttributes; interface Props extends Partial<ButtonHTMLAttributes<HTMLButtonElement>> { after?: any; children: any; before?: any; } function Button({ children, after, before, ...props }: Props): JSX.Element; } export import Button = ns_index.Button; export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };