UNPKG
@code-gorilla-au/vue-forms
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
form authoring light weight framework
github.com/code-gorilla-au/vue-forms
code-gorilla-au/vue-forms
@code-gorilla-au/vue-forms
/
dist
/
lib
/
test-fixtures.d.ts
6 lines
(5 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
composableWrapper<T>(
fn
:
() =>
T): {
result
: T;
unmount
():
void
; };
export
declare
function
flushPromises
(
):
Promise
<
unknown
>;