export type BlockExtensionComponents =
  | 'Badge'
  | 'Box'
  | 'Button'
  | 'DatePicker'
  | 'DateSpinner'
  | 'Dialog'
  | 'Heading'
  | 'Icon'
  | 'Image'
  | 'Modal'
  | 'POSBlock'
  | 'PosBlock' // Case is important in 2025-10
  | 'POSBlockRow'
  | 'PrintPreview'
  | 'Section'
  | 'Stack'
  | 'Text'
  | 'TimePicker';
