mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08:00
4 lines
223 B
TypeScript
4 lines
223 B
TypeScript
export { msteamsPlugin } from "./src/channel.js";
|
|
export { createMSTeamsSetupWizardBase, msteamsSetupAdapter } from "./src/setup-core.js";
|
|
export { msteamsSetupWizard, openDelegatedOAuthUrl } from "./src/setup-surface.js";
|