class Playbook::PbCurrency::Currency

def caption_props

def caption_props
  {
    text: label,
    dark: dark,
  }
end