UNPKG

133 BTypeScriptView Raw
1import type { Container } from "../Core/Container";
2export type CustomEventArgs = {
3 container: Container;
4 data?: unknown;
5};