Interface DialogProps<T>

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

Type Parameters

  • T = any

Properties

Properties

defer?: Defer<T>
MMNEPVFCICPMFPCPTTAAATR