UNPKG

dk-plus

Version:
19 lines (18 loc) 382 B
import { defineComponent as s } from "vue"; import { dkRowProps as e } from "./index3.js"; import "../../_icon/index.js"; import { getRow as m } from "../../_hooks/get-row/index.js"; const a = s({ name: "DkRow", props: e, setup(o) { const { classList: t, styleList: r } = m(o); return { classList: t, styleList: r }; } }); export { a as default };