Circle V2 API Docs
    Preparing search index...

    Type Alias ToastProps

    type ToastProps = {
        button?: { label: string; onClick: () => void };
        description?: React.ReactNode;
        icon?: React.ReactNode;
        id: string | number;
        title: React.ReactNode;
    }
    Index

    Properties

    button?: { label: string; onClick: () => void }
    description?: React.ReactNode
    icon?: React.ReactNode
    id: string | number
    title: React.ReactNode