@siberiaweb/components
Version:
21 lines (17 loc) • 457 B
text/typescript
/**
* Классы CSS.
*/
export default class CSS {
/**
* Хост.
*/
public static readonly SELECT: string = "sw-select";
/**
* Значок отмены выбора.
*/
public static readonly CLEAR_ICON: string = "sw-select_clear-icon";
/**
* Значок выпадающего списка.
*/
public static readonly DROPDOWN_ICON: string = "sw-select_dropdown-icon";
}