module Playbook::BorderRadius

def border_radius_options

def border_radius_options
  {
    border_radius: "border_radius",
  }
end