TLUiAssetUrls

See source code
type TLUiAssetUrls = TLEditorAssetUrls & {
  embedIcons: Record<(typeof DEFAULT_EMBED_DEFINITIONS)[number]['type'], string>
  icons: Record<Exclude<string, TLUiIconType> | TLUiIconType, string>
  translations: Record<(typeof LANGUAGES)[number]['locale'], string>
}
Prev
TLUiAssetUrlOverrides
Next
TLUiEventContextType