Web utility
    Preparing search index...

    Interface HTMLButtonProps

    interface HTMLButtonProps {
        onundefined?: (event: unknown) => any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    onundefined?: (event: unknown) => any