All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.components.sliders.index.js Maven / Gradle / Ivy

The newest version!
'use strict';

var constants = require('./constants');

module.exports = {
    moduleType: 'component',
    name: constants.name,

    layoutAttributes: require('./attributes'),
    supplyLayoutDefaults: require('./defaults'),

    draw: require('./draw')
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy