@nextcloud/dialogs
    Preparing search index...

    Type Alias SetupFunction<Props, RawBindings, Emits>

    SetupFunction: (
        this: void,
        props: Readonly<Props>,
        ctx: SetupContext<Emits>,
    ) => RawBindings | (() => VNode | null) | void

    Type Parameters

    Type Declaration