UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

8 lines (5 loc) 207 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any export const EMPTY_ARR: any[] = []; // TODO replace EMPTY_OBJECT declarations // export const EMPTY_OBJECT: any = {}; // TODO move NOOP here?