UNPKG
@coherenceplatform/sdk
Version:
latest (0.0.2)
0.0.2
0.0.1
Coherence SDK for embedding AI-powered chat into your applications
withcoherence.com
@coherenceplatform/sdk
/
dist
/
components
/
ui
/
input.d.ts
4 lines
•
212 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
"react"
;
declare
function
Input
(
{ className,
type
, ...props }:
React
.
ComponentProps
<
"input"
>
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{
Input
};
//# sourceMappingURL=input.d.ts.map