⚠️ Internal: This API is not publically exported by the package.

      Type alias EventMap

      EventMap: {
          [key: string]: ((...args) => void);
      }

      Type declaration

      • [key: string]: ((...args) => void)
          • (...args): void
          • Parameters

            • Rest ...args: any[]

            Returns void