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
/
lib
/
utils.d.ts
7 lines
(4 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ClassValue
}
from
'clsx'
;
declare
function
cn
(
...
inputs
:
ClassValue
[]
):
string
;
declare
const
BASE_API_ENDPOINT
:
string
;
export
{
BASE_API_ENDPOINT
, cn };