UNPKG

@difizen/magent-au

Version:
20 lines 673 B
/// <reference types="react" /> import { BaseView } from '@difizen/mana-app'; import { PluginManager } from '../../plugin/plugin-manager.js'; import { ToolSpace } from '../../tool/tool-space.js'; import './index.less'; export interface ToolItem { nickname: string; id: string; avatar: string; description: string; parameters: string[]; } export declare const slot: string; export declare class ToolsView extends BaseView { view: import("react").ForwardRefExoticComponent<import("react").RefAttributes<HTMLDivElement>>; toolSpace: ToolSpace; pluginManager: PluginManager; onViewMount(): Promise<void>; } //# sourceMappingURL=view.d.ts.map