UNPKG

shadcn-vue-packed

Version:

A Vue component library that exports components from shadcn/vue.

4 lines (3 loc) 171 B
import { Updater } from '@tanstack/vue-table'; import { Ref } from 'vue'; export declare function valueUpdater<T extends Updater<any>>(updaterOrValue: T, ref: Ref): void;