UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

10 lines (9 loc) 266 B
export declare class TabContentTemplate { tabContentComponent: string; icon: string | undefined; text: string | undefined; canBeDeleted: boolean; order: number | undefined; injectedObject: any; constructor(tabContentComponent: string); }