class Playbook::PbDialog::DialogHeader

def dialog_header_options

def dialog_header_options
  {
    id: id,
    closeable: closeable,
    padding: padding,
    separator: separator,
    spacing: spacing,
    text: text,
    title: title,
  }
end