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