Preparing search index...
    interface RadioMouseEvent<T> {
        nativeEvent: MouseEvent;
        preventDefault: () => void;
        stopPropagation: () => void;
        target: T;
    }

    Type Parameters

    • T
    Index

    Properties

    nativeEvent: MouseEvent
    preventDefault: () => void
    stopPropagation: () => void
    target: T