UNPKG

treesap

Version:
7 lines 240 B
interface ChatInputProps { id?: string; terminalId?: string; } export declare function ChatInput({ id, terminalId }: ChatInputProps): import("hono/jsx/jsx-dev-runtime").JSX.Element; export {}; //# sourceMappingURL=ChatInput.d.ts.map