Tldraw/docs/gen/DefaultColorStyle-var.mdx

38 wiersze
490 B
Markdown

---
title: DefaultColorStyle
status: published
category: tlschema
group: Variable
author: api
date: 06/23/2023
order: 15
---<Small>Public Readonly Variable</Small>
##### Signature
```ts
DefaultColorStyle: import('./StyleProp').EnumStyleProp<
| 'black'
| 'blue'
| 'green'
| 'grey'
| 'light-blue'
| 'light-green'
| 'light-red'
| 'light-violet'
| 'orange'
| 'red'
| 'violet'
| 'yellow'
>
```
##### References
[EnumStyleProp](/gen/tlschema/EnumStyleProp-class)