Hex Core JS
    Preparing search index...

    Type Alias ToastInformation

    type ToastInformation = {
        id: string;
        render: (props: ToastRenderProps) => JSX.Element | null;
        timeoutMS: number;
    }
    Index

    Properties

    Properties

    id: string
    render: (props: ToastRenderProps) => JSX.Element | null
    timeoutMS: number