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
/
es
/
utils
/
form-hook.d.ts
10 lines
(9 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
format
: { [
key
:
string
]:
Hook
.
fn
; };
declare
const
formHook
: {
bind
(
data
:
any
):
void
;
submit
(
data
:
any
):
void
; };
export
declare
function
registerFormHook
(
name
:
string
,
fn
:
Hook
.fn
):
void
;
export
default
formHook;