Files
copilotkit--copilotkit/examples/integrations/a2a-a2ui/app/components/threads-drawer/index.tsx
T
2026-07-13 12:58:18 +08:00

5 lines
136 B
TypeScript

"use client";
export { default as ThreadsDrawer } from "./threads-drawer";
export type { ThreadsDrawerProps } from "./threads-drawer";