import { AllFederatedEventMap } from 'pixi.js';

/**
 * CanvasEventNamesType is a type that is used to define the event names for the canvas.
 */
type CanvasEventNamesType = keyof AllFederatedEventMap;

export type { CanvasEventNamesType as default };
