UNPKG

grapesjs-clot

Version:

Free and Open Source Web Builder Framework

11 lines (9 loc) 201 B
import Property from './PropertyNumber'; export default class PropertySlider extends Property { defaults() { return { ...Property.getDefaults(), showInput: 1, }; } }