Hex Core JS
    Preparing search index...

    Type Alias ToastRenderProps

    type ToastRenderProps = {
        onClose: () => void;
        onMouseEnter: () => void;
        onMouseLeave: () => void;
    }
    Index

    Properties

    onClose: () => void
    onMouseEnter: () => void
    onMouseLeave: () => void