5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
|
|
import IEventInit from '../IEventInit.js';
|
||
|
|
export default interface ICustomEventInit extends IEventInit {
|
||
|
|
detail?: object | null;
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=ICustomEventInit.d.ts.map
|