@llamaindex/ui
Version:
A comprehensive UI component library built with React, TypeScript, and Tailwind CSS for LlamaIndex applications
25 lines (22 loc) • 413 B
text/typescript
/**
* Lib exports
*/
export {
ApiProvider,
useWorkflowsClient,
useCloudApiClient,
useApiClients,
createMockClients,
type ApiClients,
type ApiProviderProps,
} from "./api-provider";
export {
createCloudAgentClient,
workflowsClient,
cloudApiClient,
createWorkflowsClient,
createWorkflowsConfig,
type WorkflowsClient,
type CloudAgentClient,
type CloudApiClient,
} from "./clients";