Tldraw/packages/editor/src/lib/editor/shapeutils/shared/TLExportColors.ts

12 wiersze
278 B
TypeScript

import { TLColorType } from '@tldraw/tlschema'
export type TLExportColors = {
fill: Record<TLColorType, string>
pattern: Record<TLColorType, string>
semi: Record<TLColorType, string>
highlight: Record<TLColorType, string>
solid: string
text: string
background: string
}