| 1 | import { Locale } from '@editablejs/editor' |
| 2 | |
| 3 | export interface CodeBlockLocale extends Locale { |
| 4 | codeblock: { |
| 5 | toolbar: { |
| 6 | language: { |
| 7 | title: string |
| 8 | searchEmpty: string |
| 9 | } |
| 10 | theme: { |
| 11 | title: string |
| 12 | light: string |
| 13 | dark: string |
| 14 | } |
| 15 | lineWrapping: { |
| 16 | title: string |
| 17 | autoWrap: string |
| 18 | overflow: string |
| 19 | } |
| 20 | tabSize: string |
| 21 | } |
| 22 | } |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…