export type ZnEditorUpdateEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'zn-editor-update': ZnEditorUpdateEvent; } }