first commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { ComponentPublicInstance, Ref } from "vue";
|
||||
|
||||
//#region ../../packages/utils/vue/refs.d.ts
|
||||
declare const composeRefs: (...refs: Ref<HTMLElement | undefined>[]) => (el: Element | ComponentPublicInstance | null) => void;
|
||||
//#endregion
|
||||
export { composeRefs };
|
||||
Reference in New Issue
Block a user