@appbaseio/reactivesearch-vue
Version:
A Vue UI components library for building search experiences
11 lines (8 loc) • 380 B
JavaScript
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-5e8399d7.js';
import { styled } from '@appbaseio/vue-emotion';
var _templateObject;
var Container = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\t", ";\n"])), function (_ref) {
var theme = _ref.theme;
return theme.component;
});
export { Container as C };