pipe-storyboard
Version:
Set of components to create storyboards from pipe queries
14 lines (13 loc) • 369 B
JavaScript
(function(){
var LabelledComponent, Layout, Story, Storyboard;
LabelledComponent = require('./LabelledComponent');
Layout = require('./Layout');
Story = require('./Story');
Storyboard = require('./Storyboard');
module.exports = {
LabelledComponent: LabelledComponent,
Layout: Layout,
Story: Story,
Storyboard: Storyboard
};
}).call(this);