import IFormField from "./IFormField.js";
export default interface IFormComponentProps extends IFormField {
}
