@dnanpm/styleguide
Version:
DNA Styleguide repository provides the set of components and theme object used in various DNA projects.
7 lines (6 loc) • 318 B
TypeScript
export * from './components';
export { default as createStyled } from './utils/createStyled';
export { styled } from './themes/styled';
export { default as theme } from './themes/theme';
export { globalStyles } from './themes/globalStyles';
export { default as navigation } from './themes/themeComponents/navigation';