UNPKG

@duetds/date-picker

Version:

Duet Date Picker is an open source version of Duet Design System’s accessible date picker.

13 lines (11 loc) 219 B
'use strict'; module.exports.definition = { set: function(v) { this._setProperty('float', v); }, get: function() { return this.getPropertyValue('float'); }, enumerable: true, configurable: true, };