UNPKG
@zhsz/cool-design-crud
Version:
latest (1.0.162)
1.0.162
1.0.161
1.0.160
1.0.159
1.0.158
1.0.157
1.0.156
1.0.155
1.0.154
1.0.153
1.0.152
1.0.151
1.0.150
1.0.149
1.0.148
1.0.147
1.0.146
1.0.145
1.0.144
1.0.143
1.0.142
@zhsz/cool-design-crud
/
lib
/
hooks
/
schema.d.ts
4 lines
(3 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
import
type
{
ISchema
}
from
'@formily/vue'
;
import
type
{
ComputedRef
}
from
'vue'
;
export
declare
function
useSchema
(
optionsRef
:
Omit
<
ClForm
.
Config
,
'on'
|
'dialog'
> |
undefined
,
formCore
:
ClForm
.
Form
):
ComputedRef
<
ISchema
>;