Function uiContainer

  • Type Parameters

    • TP = any

    Parameters

    • label: ValOrFunc<string, [TP]>
    • Optionalparams: any
    • type: string = 'panel'

    Returns <T extends new (...args: any[]) => any>(
        constructor: T,
    ) => { prototype: __type; new (...args: any[]): __type<TP, T> } & T