UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

11 lines (10 loc) 492 B
import type { App } from 'vue'; import type { FormEvents } from './index.interface'; export type FormInstance = typeof import('./index.vue').default & FormEvents; export type { FormProps, FieldRule, FieldData, ValidateError, ValidateStatus, FormEvents, FormEmitsPayload } from './index.interface'; export { formInjectionKey } from './context'; export type { FormContext } from './context'; declare const _default: { install: (app: App<any>) => void; }; export default _default;