UNPKG

@highcharts/dashboards

Version:
4 lines (3 loc) 139 B
import type Component from '../Component'; export type EmitterFunction = (this: Component) => Function | void; export default SyncEmitter;