@aplus-frontend/ui
Version:
18 lines (17 loc) • 302 B
JavaScript
import { provide as t, inject as o, ref as n } from "vue";
const r = Symbol("formContextKey");
function c(e) {
t(r, e);
}
function f() {
return o(r, {
sorter: n({}),
setSorter: () => {
}
});
}
export {
r as AgGridSorterContextKey,
f as useInjectSorter,
c as useProvideSorter
};