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
/
use
/
lists.d.ts
8 lines
(7 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
VListContext
{
namespace
:
string
; }
export
declare
function
createListContext
(
{ namespace }: { namespace:
string
; }
):
void
;
export
declare
function
useListContext
(
):
VListContext
|
undefined
;