module Playbook::Cursor

def cursor_options

def cursor_options
  {
    cursor: "cursor",
  }
end