Files
paperclip-plugins/plugin-agent-inbox-config/dist/ui/index.d.ts
2026-03-20 22:53:01 -04:00

4 lines
364 B
TypeScript

import { type PluginPageProps, type PluginDetailTabProps } from "@paperclipai/plugin-sdk/ui";
export declare function InboxConfigPage({ context }: PluginPageProps): import("react/jsx-runtime").JSX.Element;
export declare function AgentInboxSettingsTab({ context }: PluginDetailTabProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map