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