/** * @see https://github.com/zurb/tribute/blob/252ec344a75b624268aef1cdbf80afc30b3cbe2b/src/TributeRange.js#L112 */ export namespace TributeJS { export namespace Events { export type TributeReplaced = { context: any, event: Event, instance: any, item: any }; } }