@laura.broder/learnstorybook-design-system-template
Version:
Storybook design systems tutorial
13 lines (10 loc) • 348 B
JavaScript
import * as styles from './shared/styles';
import * as global from './shared/global';
import * as animation from './shared/animation';
import * as icons from './shared/icons';
export { styles, global, animation, icons };
export * from './Avatar';
export * from './Badge';
export * from './Button';
export * from './Icon';
export * from './Link';