import IEventInit from '../IEventInit.cjs'; export default interface ICustomEventInit extends IEventInit { detail?: object | null; } //# sourceMappingURL=ICustomEventInit.d.ts.map