constants.ts 171 B

1234567891011
  1. export const defaultStickyProps = {
  2. height: 180,
  3. width: 240,
  4. minHeight: 80,
  5. minWidth: 150,
  6. id: '0',
  7. editMode: false,
  8. readOnly: false,
  9. backgroundColor: '#d6f5e3'
  10. }