import { IContainer } from './IContainer';

export interface ITabContainer extends IContainer
{

	tabEnabled: boolean;
	tabIndex: number;
}