@knovator/masters-admin
Version:
Package for integrating Masters, Submasters functionality in React projects
10 lines (9 loc) • 479 B
TypeScript
import SubMaster from "./SubMaster";
import AddButton from "./AddButton";
import SubMasterForm from "./SubMasterForm";
import SubMasterTable from "./SubMasterTable";
import SubMasterPagination from "./SubMasterPagination";
import SubMasterSearch from "./SubMasterSearch";
import SubMasterFormActions from "./SubMasterFormActions";
export default SubMaster;
export { SubMasterTable, SubMasterPagination, SubMasterSearch, AddButton, SubMasterForm, SubMasterFormActions };