Hex Core JS
    Preparing search index...

    Type Alias UseGraphQLToastsArgs

    type UseGraphQLToastsArgs = {
        ErrorToast?: ((props: ErrorToastProps) => JSX.Element | null) | null;
        SuccessToast?: ((props: ToastRenderProps) => JSX.Element | null) | null;
    }
    Index

    Properties

    ErrorToast?: ((props: ErrorToastProps) => JSX.Element | null) | null

    Toast to render on error.

    SuccessToast?: ((props: ToastRenderProps) => JSX.Element | null) | null

    Toast to render on success.