@yesstudio/nuxt-composables
    Preparing search index...

    Type Alias PropConstructor<T>

    PropConstructor: (new (...args: any[]) => T & {}) | (() => T) | PropMethod<T>

    Type Parameters

    • T = any