@ai-sdk/svelte
Version:
[Svelte](https://svelte.dev/) UI components for the [AI SDK](https://ai-sdk.dev/docs):
13 lines (12 loc) • 557 B
JavaScript
import { StructuredObject, } from './structured-object.svelte.js';
export { Chat } from './chat.svelte.js';
export { Completion } from './completion.svelte.js';
export { createAIContext } from './context-provider.js';
export { StructuredObject, } from './structured-object.svelte.js';
// deprecated aliases
// note: declared here (instead of export aliases) so that the `@deprecated`
// tags are preserved in the bundled type declarations
/**
* @deprecated Use `StructuredObject` instead.
*/
export const Experimental_StructuredObject = StructuredObject;