/** * 表单接口 * @internal * @package io.dcloud.uniapp.runtime */ export interface IUniForm { submit(): void reset(): void }