UNPKG

@copilotkit/a2ui-renderer

Version:

A2UI Renderer for CopilotKit - render A2UI surfaces in React applications

12 lines (11 loc) 599 B
import { LitComponentImplementation } from "../../types.cjs"; import { Button, ButtonApiDef, ButtonSchema } from "./button.cjs"; import { Column, ColumnApiDef, ColumnSchema } from "./column.cjs"; import { Row, RowApiDef, RowSchema } from "./row.cjs"; import { Text, TextApiDef, TextSchema } from "./text.cjs"; import { TextField, TextFieldApiDef, TextFieldSchema } from "./text-field.cjs"; //#region src/web-components/catalog/minimal/components.d.ts declare const minimalComponents: LitComponentImplementation[]; //#endregion export { minimalComponents }; //# sourceMappingURL=components.d.cts.map