UNPKG

element-plus

Version:

A Component Library for Vue3.0

8 lines (7 loc) 281 B
import { ComputedRef } from 'vue'; import { TableColumnCtx } from '../table.type'; declare function useWatcher(owner: ComputedRef<any>, props_: TableColumnCtx): { registerComplexWatchers: () => void; registerNormalWatchers: () => void; }; export default useWatcher;