UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

10 lines (8 loc) 151 B
const Foo = createClass({ displayName: 'Foo', render: function () {} }); const Bar = factory({ displayName: 'Bar', render: function () {} });