import { IFormState } from '@/@types'; export default class Form { state: IFormState; }