ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
16 lines • 441 B
TypeScript
export * from './auth';
export * from './controller';
export * from './core';
export * from './preferences';
export * from './dataProvider';
export * from './dataTable';
export * from './export';
export * from './form';
export * from './i18n';
export * from './inference';
export * from './notification';
export * from './routing';
export * from './store';
export * from './types';
export * from './util';
//# sourceMappingURL=index.d.ts.map