@nextcloud/dialogs
    Preparing search index...

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

    Component:
        | typeof Vue
        | FunctionalComponentOptions<Props>
        | ComponentOptions<never, Data, Methods, Computed, Props, SetupBindings>
        | DefineComponent<any, any, any, any, any, any, any, any, any, any, any>

    Type Parameters