UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

11 lines (10 loc) 274 B
export { type Store, asStore } from "./store"; export { tapApi, type ApiObject } from "./tap-api"; export { DerivedScope, type DerivedConfig, type OnCallbackFn, type SubscribeCallbackFn, type SpecialCallbacks, type DerivedScopesInput, } from "./derived-scopes";