UNPKG

@ma3-pro-plugins/ma3-pro-plugins-lib

Version:
8 lines (7 loc) 230 B
export declare function PluginInfo(...args: any[]): { pluginObjectName: string; componentName: string; signalTable: object; componentHandle: LuaComponent; }; export type PluginInfo = ReturnType<typeof PluginInfo>;