apphouse
Version:
Component library for React that uses observable state management and theme-able components.
8 lines (7 loc) • 334 B
TypeScript
import { SmartInputProps } from './SmartInput.interface';
/**
* An input that is augmented with AI.
* It allows users to interact with AI for suggestions and predictions for content in the input.
* @returns A react component
*/
export declare const SmartInput: (props: SmartInputProps) => import("react/jsx-runtime").JSX.Element;