export { withLocalesConfig } from '../wrappers/withLocalesConfig'; export { getLangAttrValue } from '../utils/getLangAttrValue'; export { getDirAttrValue } from '../utils/getDirAttrValue'; export { getHtmlLocaleAttributes } from '../utils/getHtmlLocaleAttributes'; export { withLocalesStaticProps } from '../wrappers/withLocalesStaticProps'; export { withLocalesStaticPaths } from '../wrappers/withLocalesStaticPaths';