Idea React
    Preparing search index...

    Interface DialogProps<T>

    interface DialogProps<T = any> {
        defer?: Defer<T>;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    defer?: Defer<T>