--- category: Component --- # useTemplateRefsList Shorthand for binding refs to template elements and components inside `v-for`. ## Usage ```vue ``` ## Type Declarations ```ts export type TemplateRefsList = T[] & { set: (el: object | null) => void } export declare function useTemplateRefsList(): Readonly< Ref>> > ```