UNPKG

seti-ramesesv1

Version:

Reusable components and context for Next.js apps

14 lines (11 loc) 412 B
import defaultTheme from './defaultTheme.js'; import THEME_ID from './identifier.js'; import rootShouldForwardProp from './rootShouldForwardProp.js'; import createStyled from '../../../system/esm/createStyled/createStyled.js'; const styled = createStyled({ themeId: THEME_ID, defaultTheme, rootShouldForwardProp }); export { styled as default, rootShouldForwardProp }; //# sourceMappingURL=styled.js.map