import "./index.scss"; import FieldBase from "../FieldBase"; import Field from "./Field"; class TelephoneField extends FieldBase { fieldComponent(props: any) { return } } // Init new TelephoneField('hulk_affef_telephone');