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) 350 B
export const sanitizeFieldRestProps: (props: any) => any = ({ cellClassName, className, emptyText, fullWidth, headerClassName, label, linkType, link, locale, record, refetch, resource, sortable, sortBy, sortByOrder, source, textAlign, translateChoice, ...props }) => props;