UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

22 lines (21 loc) 671 B
export * from './Admin'; export * from './ArrayInput'; export * from './AutocompleteArrayInput'; export * from './AutocompleteInput'; export * from './BooleanInput'; export * from './Confirm'; export * from './CreateButton'; export * from './DataTable'; export * from './defaultI18nProvider'; export * from './DeleteButton'; export * from './EditButton'; export * from './Layout'; export * from './Notification'; export * from './Pagination'; export * from './PrevNextButtons'; export * from './ShowButton'; export * from './SimpleForm'; export * from './SimpleFormIterator'; export * from './SimpleList'; export * from './SimpleShowLayout'; export * from './TextInput';