UNPKG

y-taro-ui

Version:

基于taro的表单解决方案 & 基础组件

4 lines (3 loc) 160 B
/// <reference types="react" /> import { FormContextProps } from './interface'; export declare const FormContext: import("react").Context<FormContextProps>;