/**
* CanvasEventNamesType is a type that is used to define the event names for the canvas.
*/typeCanvasEventNamesType = (string | symbol) extendsstring | symbol ? (string | symbol) : keyof (string | symbol);
exporttype { CanvasEventNamesTypeasdefault };