@siberiaweb/components
Version:
26 lines (21 loc) • 532 B
text/typescript
/**
* Классы CSS.
*/
export default class CSS {
/**
* Хост.
*/
public static readonly TAB_CONTROL: string = "sw-tab-control";
/**
* Панель вкладок.
*/
public static readonly TAB_PANEL: string = "sw-tab-panel";
/**
* Позиция панели вкладок.
*/
public static readonly TAB_PANEL_ITEM: string = "sw-tab-panel-item";
/**
* Вкладка.
*/
public static readonly TAB: string = "sw-tab";
}