UNPKG
shadcn-vue-packed
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.2
0.0.1
A Vue component library that exports components from shadcn/vue.
shadcn-vue-packed
/
dist
/
components
/
ui
/
table
/
utils.d.ts
4 lines
(3 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
import
{
Updater
}
from
'@tanstack/vue-table'
;
import
{
Ref
}
from
'vue'
;
export
declare
function
valueUpdater<T
extends
Updater
<
any
>>(
updaterOrValue
: T,
ref
:
Ref
):
void
;