datav-vue3
Version:
Vue3 large screen data display component library
17 lines (16 loc) • 327 B
JavaScript
import { styled as o } from "../../utils/styled.mjs";
import "vue";
import "lodash-es";
const e = o.div`
position: relative;
width: 100%;
height: 100%;
`("border-box"), n = o.div`
position: relative;
width: 100%;
height: 100%;
`("border-box-content");
export {
e as BorderBoxContainer,
n as BorderBoxContent
};