@aplus-frontend/ui
Version:
21 lines (20 loc) • 370 B
JavaScript
import { provide as o, inject as r } from "vue";
const e = /* @__PURE__ */ Symbol("apTableSorterContextKey");
function i(t) {
o(e, t);
}
function d() {
return r(e, {
fixedToLeft: () => {
},
fixedToRight: () => {
},
unFixed: () => {
}
});
}
export {
e as ApTableContextKey,
d as useInjectSorterMethods,
i as useProvideSorterMethods
};