export enum TextAlignVertical { Center = 'center', Top = 'top', Auto = 'auto', Bottom = 'bottom', } export enum AutoCapitalize { None = 'none', Sentences = 'sentences', Words = 'words', Characters = 'characters', }