UNPKG

@duetds/date-picker

Version:

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

12 lines (9 loc) 267 B
// This is the set of valid output functions. The key values used // map to the commandline parameter values which can be used to specify the // function. const dots = require('./dots'); const silent = require('./silent'); module.exports = { silent, dots };