UNPKG

llm-ui-objects

Version:

Interactive object components for LLM-powered writing interfaces

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