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
/
info-card
/
index.d.ts
8 lines
(7 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
PropsType
{
curClass
:
any
;
isDetail
?:
boolean
;
onSave
?:
(
classDefined
:
any
) =>
void
; }
export
declare
const
InfoCard
:
(
{ curClass, isDetail, onSave }:
PropsType
) =>
JSX
.
Element
;
export
{};