mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
11 lines
202 B
JavaScript
11 lines
202 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
name: 'text',
|
|
template: require('../../templates/components/text.tpl'),
|
|
manipulator: require('../lib/manipulators').html,
|
|
defaults: {
|
|
attributes: {}
|
|
}
|
|
};
|