/* 0.4.1 */ import type { Selector } from './commands'; import type { ApplyStyleOptions, InsertOptions, Offset, OutputFormat, Style, Range, Selection } from './core-types'; export type InsertStyleHook = (sender: Mathfield, at: Offset, info: { before: Offset; after: Offset; }) => Readonly