constants.tsx 160 B

12345678
  1. export const DDM_CHART_GROUP = 'ddm_chart_group';
  2. export const MIN_WIDGET_WIDTH = 400;
  3. export const DEFAULT_SORT_STATE = {
  4. name: 'name',
  5. order: 'asc',
  6. };