UNPKG

@formkl/vue

Version:

A Vue adapter to generate usable Vue from component from Formkl syntax/schema

4 lines (3 loc) 163 B
import { InjectionKey, ComputedRef } from "vue"; import { Theme } from "@formkl/shared"; export declare const themeInjectionKey: InjectionKey<ComputedRef<Theme>>;