@hrobarikt/box-ui-elements
Version:
Box UI Elements
13 lines • 421 B
JavaScript
import * as React from 'react';
import AllNewBox140 from './AllNewBox140';
export var allNewBox140 = function allNewBox140() {
return React.createElement(AllNewBox140, null);
};
export default {
title: 'Illustration|AllNewBox140',
component: AllNewBox140,
parameters: {
notes: "`import AllNewBox140 from 'box-ui-elements/es/illustration/AllNewBox140';`"
}
};
//# sourceMappingURL=AllNewBox140.stories.js.map