UNPKG

@llamaindex/ui

Version:

A comprehensive UI component library built with React, TypeScript, and Tailwind CSS for LlamaIndex applications

8 lines (5 loc) 242 B
// Types: re-export SDK-derived types export type { Pipeline as IndexPipeline } from "./store/helper"; // Store (not exported directly; prefer hooks) // Hooks (list/get only) export { useIndexList, useIndex, useIndexStore } from "./hooks";