- uiContainer<TP = any>(
label: ValOrFunc<string, [TP]>,
params?: any,
type?: string,
): <T extends new (...args: any[]) => any>(
constructor: T,
) => { prototype: __type; new (...args: any[]): __type<TP, T> } & T Parameters
- label: ValOrFunc<string, [TP]>
Optional
params: any- type: string = 'panel'
Returns <T extends new (...args: any[]) => any>(
constructor: T,
) => { prototype: __type; new (...args: any[]): __type<TP, T> } & T