ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
17 lines • 614 B
JavaScript
export * from "./auth/index.js";
export * from "./controller/index.js";
export * from "./core/index.js";
export * from "./preferences/index.js";
export * from "./dataProvider/index.js";
export * from "./dataTable/index.js";
export * from "./export/index.js";
export * from "./form/index.js";
export * from "./i18n/index.js";
export * from "./inference/index.js";
export * from "./notification/index.js";
export * from "./routing/index.js";
export * from "./store/index.js";
export * from "./types.js";
export * from "./util/index.js";
export * as testUI from "./test-ui/index.js";
//# sourceMappingURL=index.js.map