Type alias EventInputType

EventInputType: {
    [key in Event["name"]]: {
        globals: {
            [x: string]: any;
        };
        props: {
            [k in keyof EventByName<key>["props"]]: any
        };
    }
} & {}

Type declaration

    Generated using TypeDoc