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
/
assistant-ui
/
attachment.d.ts
5 lines
•
216 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
FC
}
from
"react"
;
export
declare
const
ComposerAttachments
:
FC
;
export
declare
const
ComposerAddAttachment
:
FC
;
export
declare
const
UserMessageAttachments
:
FC
;
//# sourceMappingURL=attachment.d.ts.map