UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

12 lines 244 B
// src/utils/tap-store/index.ts import { asStore } from "./store.js"; import { tapApi } from "./tap-api.js"; import { DerivedScope } from "./derived-scopes.js"; export { DerivedScope, asStore, tapApi }; //# sourceMappingURL=index.js.map