UNPKG

vuestic-ui

Version:
4 lines (3 loc) 145 B
import { InjectionKey } from 'vue'; import { FormContext } from './formContext'; export declare const FormServiceKey: InjectionKey<FormContext>;