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