UNPKG
@prexo/ai-chat-sdk
Version:
beta (1.0.1-beta.1)
latest (1.1.0)
1.1.0
1.0.1
1.0.1-beta.1
1.0.0
0.1.6
AI Chat Component with Persistent History
prexoai.xyz
SkidGod4444/prexo
@prexo/ai-chat-sdk
/
dist
/
client
/
components
/
ui
/
input.d.ts
7 lines
(4 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
react_jsx_runtime
from
'react/jsx-runtime'
;
import
*
as
React
from
'react'
;
declare
function
Input
(
{ className,
type
, ...props }:
React
.
ComponentProps
<
"input"
>
): react_jsx_runtime.
JSX
.
Element
;
export
{
Input
};