UNPKG

@copilotkit/a2ui-renderer

Version:

A2UI Renderer for CopilotKit - render A2UI surfaces in React applications

8 lines (7 loc) 285 B
import { LitComponentImplementation } from "../../types.mjs"; import "../../index.mjs"; //#region src/web-components/catalog/basic/audio-player.d.ts declare const AudioPlayer: LitComponentImplementation; //#endregion export { AudioPlayer }; //# sourceMappingURL=audio-player.d.mts.map