UNPKG

@code-gorilla-au/vue-forms

Version:
8 lines (7 loc) 217 B
export interface VListContext { namespace: string; } export declare function createListContext({ namespace }: { namespace: string; }): void; export declare function useListContext(): VListContext | undefined;