UNPKG

vue-material-you

Version:

Material design 3 UI framework for Vue 3

9 lines (8 loc) 250 B
import { Ref } from "vue"; /** * Link a component to a given Ref Array, creating an unique id and the necessary events. */ export default function (array: Ref<Array<string>>): { id: Ref<string>; index: import("vue").ComputedRef<number>; };