uiconfig.js
    Preparing search index...

    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<any, any>; new (...args: any[]): __type<TP, T> } & T