@nextcloud/dialogs
    Preparing search index...

    Type Alias AsyncComponentPromise<Data, Methods, Computed, Props, SetupBindings>

    AsyncComponentPromise: (
        resolve: (
            component: Component<Data, Methods, Computed, Props, SetupBindings>,
        ) => void,
        reject: (reason?: any) => void,
    ) =>
        | Promise<
            ImportedComponent<Data, Methods, Computed, Props, SetupBindings>,
        >
        | void

    Type Parameters

    Type Declaration