UNPKG

llm-ui-objects

Version:

Interactive object components for LLM-powered writing interfaces

5 lines (4 loc) 131 B
import React from "react"; import { CellProps } from "./Cell.types"; declare const Cell: React.FC<CellProps>; export default Cell;