UNPKG

pebble-clay

Version:

Pebble Config Framework

14 lines (12 loc) 271 B
'use strict'; module.exports = { name: 'input', template: require('../../templates/components/input.tpl'), style: require('../../styles/clay/components/input.scss'), manipulator: 'val', defaults: { label: '', description: '', attributes: {} } };