interface CreateButtonOptions
extends ButtonProps

Properties

optional
type:
"button"
| "submit"
| "reset"

Button type attribute

optional
onClick: (event: MouseEvent) => void

Click handler

optional
icon: HTMLElement | string

Icon element to prepend

optional
iconAfter: HTMLElement | string

Icon element to append

Usage

import { type CreateButtonOptions } from ".";