UNPKG
@bos-model-alpha/data
Version:
latest (0.0.22-alpha.0)
0.0.22-alpha.0
0.0.21-alpha.0
0.0.20-alpha.0
数据管理
@bos-model-alpha/data
/
lib
/
components
/
right-content
/
index.d.ts
7 lines
(6 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
PropsType
{
curNodeInfo
:
any
;
setCurNodeInfo
?:
(
classDefined
:
any
) =>
void
; }
export
declare
const
RightContent
:
(
{ curNodeInfo, setCurNodeInfo }:
PropsType
) =>
JSX
.
Element
;
export
{};