TLUiTranslation
Table of contents
Public interface
Signature
interface TLUiTranslation {}
Source
packages/tldraw/src/lib/ui/hooks/useTranslation/translations.ts
Properties
dir
Public readonly propertysignature
Signature
readonly dir: 'ltr' | 'rtl'
label
Public readonly propertysignature
Signature
readonly label: string
locale
Public readonly propertysignature
Signature
readonly locale: string
messages
Public readonly propertysignature
Signature
readonly messages: Record<TLUiTranslationKey, string>
References