//#region ../shared/src/color.d.ts /** Applies a style to text */ export type StyleFn = (text: string) => string; //#endregion