UNPKG

@devfamily/admiral

Version:

Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.

18 lines (17 loc) 569 B
export * from './AjaxSelectInput'; export * from './ArrayInput'; export * from './BooleanInput'; export * from './ColorPickerInput'; export * from './DatePickerInput'; export * from './DateRangePickerInput'; export * from './DraggerInput'; export * from './EditorInput'; export * from './FilePictureInput'; export * from './MultilineTextInput'; export * from './PasswordInput'; export * from './SelectInput'; export * from './SlugInput'; export * from './TextInput'; export * from './TimePickerInput'; export * from './TranslatableInput'; export * from './RadioInput';