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