UNPKG

@siberiaweb/components

Version:
16 lines (13 loc) 339 B
/** * Классы CSS. */ export default class CSS { /** * Хост. */ public static readonly INPUT_PASSWORD: string = "sw-input-password"; /** * Значок для просмотра пароля. */ public static readonly REVEAL_ICON: string = "sw-input-password_reveal-icon"; }