UNPKG

@layui/json-schema-form

Version:

Json-schema-form is a high-level component encapsulated on the basis of @layui/layui-vue form.

9 lines (8 loc) 260 B
import type { App } from "vue"; import LayJsonSchemaForm from "./component/form/index"; declare function install(app: App): void; export { install, LayJsonSchemaForm }; declare const _default: { install: typeof install; }; export default _default;