export type TGestureConfiguration = { surround: SurroundAction strikeThrough: StrikeThroughAction underline: UnderlineAction insert: InsertAction} Copy
export type TGestureConfiguration = { surround: SurroundAction strikeThrough: StrikeThroughAction underline: UnderlineAction insert: InsertAction}
Source