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