Function: Button
▸ Button(props
): null
| ReactElement
<any
, string
| JSXElementConstructor
<any
>>
Render a button HTML element applying the reset class name.
Parameters
Name | Type |
---|---|
props | Omit <DetailedHTMLProps <ButtonHTMLAttributes <HTMLButtonElement >, HTMLButtonElement >, "ref" > & RefAttributes <HTMLButtonElement > |
Returns
null
| ReactElement
<any
, string
| JSXElementConstructor
<any
>>
Defined in
node_modules/@types/react/index.d.ts:351