/** * Typed mapping function. */ export type TuiMapper = (...args: T) => G;