typescriptcssv0.1
Docs

user-select

Utilities for controlling whether the user can select text in an element.

UtilityStyles
select.noneuser-select: none;
select.textuser-select: text;
select.alluser-select: all;
select.autouser-select: auto;