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