declare enum FieldOption { VISIBLE = "visible", OPTIONS = "options", DISABLED = "disabled", VALUE = "value", RENDER = "render", PROPS = "props" } export default FieldOption;