aquameta-widget
Version:
Widget rendering framework built on top of Aquameta
34 lines (30 loc) • 544 B
JavaScript
import styled from 'https://dev.jspm.io/styled-components';
const {
ServerStyleSheet,
StyleSheetConsumer,
StyleSheetContext,
StyleSheetManager,
ThemeConsumer,
ThemeContext,
ThemeProvider,
createGlobalStyle,
css,
isStyledComponent,
keyframes,
withTheme,
} = styled;
export {
ServerStyleSheet,
StyleSheetConsumer,
StyleSheetContext,
StyleSheetManager,
ThemeConsumer,
ThemeContext,
ThemeProvider,
createGlobalStyle,
css,
isStyledComponent,
keyframes,
withTheme,
};
export default styled.default;