UNPKG

@print-one/grapesjs

Version:

Free and Open Source Web Builder Framework

11 lines (9 loc) 203 B
import PropertySelect from './PropertySelect'; export default class PropertyRadio extends PropertySelect { defaults() { return { ...PropertySelect.getDefaults(), full: 1, }; } }