()
| 215 | } |
| 216 | |
| 217 | export function getEditorState() { |
| 218 | return useEditorStore.getState(); |
| 219 | } |
| 220 | |
| 221 | export function t(key: string, values?: TranslationValues): string { |
| 222 | const fn = getEditorState().translations; |
no outgoing calls
no test coverage detected