UNPKG
jjb-lc-designable
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
基于alibaba-designable源码二次封装的表单设计器。
github.com/alibaba/designable
jjb-lc-designable
/
react-settings-form
/
types.ts
11 lines
(10 loc)
•
275 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
React
from
'react'
import
{
Form
}
from
'jjb-lc-formily/core'
export
interface
ISettingFormProps
{
className
?:
string
style
?:
React
.
CSSProperties
uploadAction
?:
string
components
?:
Record
<
string
,
React
.
FC
<
any
>>
effects
?:
(
form
:
Form
) =>
void
scope
?:
any
}