UNPKG

tav-ui

Version:
13 lines (10 loc) 287 B
import { provide, inject } from 'vue'; const key = Symbol("table-pro"); function createTableContext(context) { provide(key, context); } function useTableContext() { return inject(key); } export { createTableContext, useTableContext }; //# sourceMappingURL=useTableContext2.mjs.map