Sha256: 0f7bf072a6eef63b92e965ad56d2001ebb4b7215f19b992c2d81c05727aced7e
Contents?: true
Size: 313 Bytes
Versions: 609
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true module Playbook module PbDialog class DialogFooter < Playbook::KitBase prop :cancel_button prop :confirm_button prop :confirm_button_id prop :cancel_button_id def classname generate_classname("dialog_footer") end end end end
Version data entries
609 entries across 609 versions & 1 rubygems