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
/
CollapseWrapper
/
index.d.ts
7 lines
(6 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
ReactNode
}
from
'react'
;
export
declare
const
CollapseWrapper
:
(
props
: { label:
string
; children: ReactNode; className?:
string
; }
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;