UNPKG

@open-social-protocol/osp-plugin-api-types

Version:
10 lines (8 loc) 252 B
import {type AppEventNameType as _AppEventNameType, PluginAPI as _PluginAPI} from "./api"; export * from "./api"; declare global { const pluginApi: _PluginAPI; type AppEventNameType = _AppEventNameType; type PluginAPI = _PluginAPI; } export {};