UNPKG

boardgame.io

Version:
6 lines (5 loc) 235 B
import type { Plugin } from '../types'; import type { PrivateEventsAPI, EventsAPI } from './events/events'; export type { EventsAPI }; declare const EventsPlugin: Plugin<EventsAPI & PrivateEventsAPI>; export default EventsPlugin;