UNPKG

react-application-core

Version:

A react-based application core for the business applications.

9 lines (8 loc) 470 B
import { IPresetsTabEntity, IReduxActiveValueHolderEntity, IReduxTabPanelHolderEntity } from '../definition'; /** * @stable [17.05.2020] */ export declare class TabUtils { static isActive: (activeValueHolderEntity: IReduxActiveValueHolderEntity, tabEntity: IPresetsTabEntity) => boolean; static isHolderActive: (tabPanelHolderEntity: IReduxTabPanelHolderEntity<import("../definition").IReduxTabPanelEntity>, tabEntity: IPresetsTabEntity) => boolean; }