UNPKG

@ai-sdk/rsc

Version:

[React Server Components](https://react.dev/reference/rsc/server-components) for the [AI SDK](https://ai-sdk.dev/docs):

6 lines (5 loc) 298 B
export { getAIState, getMutableAIState } from './ai-state'; export { createAI } from './provider'; export { streamUI } from './stream-ui'; export { createStreamableUI } from './streamable-ui/create-streamable-ui'; export { createStreamableValue } from './streamable-value/create-streamable-value';