// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.StyleSheets.Syntax.StyleSyntaxTokenType

namespace UnityEngine.UIElements.StyleSheets.Syntax
{
public class StyleSyntaxTokenType // TypeDefIndex: 6531
{
	// Fields
	type#20890 value__;
	type#26748 Unknown;
	type#26748 String;
	type#26748 Number;
	type#26748 Space;
	type#26748 SingleBar;
	type#26748 DoubleBar;
	type#26748 DoubleAmpersand;
	type#26748 Comma;
	type#26748 SingleQuote;
	type#26748 Asterisk;
	type#26748 Plus;
	type#26748 QuestionMark;
	type#26748 HashMark;
	type#26748 ExclamationPoint;
	type#26748 OpenBracket;
	type#26748 CloseBracket;
	type#26748 OpenBrace;
	type#26748 CloseBrace;
	type#26748 LessThan;
	type#26748 GreaterThan;
	type#26748 End;
}
}
