UNPKG

161 BTypeScriptView Raw
1import '../../';
2
3declare module '../../' {
4 interface CommandActions {
5 newlineAndIndentContinueMarkdownList(cm: Editor): void | typeof Pass;
6 }
7}