UNPKG

magner

Version:

Universal admin panel magnetic to any backend

19 lines (16 loc) 894 B
export type { ButtonField } from './fields/button'; export type { InputField } from './fields/input'; export type { InputPhoneField } from './fields/input-phone'; export type { TextareaField } from './fields/textarea'; export type { CheckboxField } from './fields/checkbox'; export type { RadioField } from './fields/radio'; export type { SelectField } from './fields/select'; export type { DropzoneField } from './fields/dropzone'; export type { SwitchField } from './fields/switch'; export type { CustomField } from './fields/custom'; export type { CollectionField } from './fields/collection'; export type { DateTimeField } from './fields/datetime'; export type { EditorField } from './fields/editor'; export type { FormLayout, FormLayoutColumn, FormLayoutRow } from './layout'; export type { GenericForm, GenericComponent } from './form'; export type { InnerConditions } from './common';