/** * @package io.dcloud.uniapp.runtime */ export interface UniFormControl { reset(): void, value: T, name: string }