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