@gsretail.com/gui-core
Version:
A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook
7 lines (6 loc) • 350 B
TypeScript
export { default as AppLayout, AppLayoutProps } from './AppLayout';
export { default as LayoutHeader } from './LayoutHeader';
export { default as LayoutSideMenu } from './LayoutSideMenu';
export { default as LayoutContent } from './LayoutContent';
export { default as LayoutScrollButton } from './LayoutScrollButton';
export * from './shared';