export default interface IEventInit {
	bubbles?: boolean;
	cancelable?: boolean;
	composed?: boolean;
}
