Search
Loading...
Skip to content

Type Alias: PropertyType

type PropertyType =
| "Bool"
| "Int"
| "Float"
| "String"
| "Color"
| "Enum"
| "Struct"
| "Double"
| "SourceSet";