feat: add CharPos type

This commit is contained in:
kotaindah55 2025-02-06 21:38:38 +02:00
parent 5623ae2039
commit e7d57e7cec

View file

@ -88,4 +88,6 @@ export type PluginSettings = {
customAlign: SettingOpt1;
editorEscape: boolean;
colorButton: boolean;
}
}
export type CharPos = { from: number, to: number };