repond-events
Version:
events for repond
12 lines (11 loc) • 488 B
JavaScript
export {};
// How to use in project:
/*
declare module "repond-events/src/declarations" {
interface CustomRepondEventsTypes<T_Group, T_Event, T_GenericParamA> {
EventGroups: typeof allEventGroups;
KnownChainIds: "mainCardAniChain" | "mainCardOpacityDelayChain" | "miniCardSetAniChain";
EventParameters: CustomEventParameters<T_Group, T_Event, T_GenericParamA>;
// EventParameters: never; // use never if there's no custom types to keep default types working
}
}*/