UNPKG
@difizen/ai-flow
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Scalable, out-of-the-box, agent-oriented flow
@difizen/ai-flow
/
es
/
components
/
AIBasic
/
PromptEditor
/
plugins
/
placeholder.d.ts
8 lines
(7 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
declare
const
_default
:
React
.
MemoExoticComponent
<
(
{ compact, value, className, }: { compact?:
boolean
|
undefined
; value?:
string
|
undefined
; className?:
string
|
undefined
; }
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
>;
export
default
_default;