UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

4 lines (3 loc) 213 B
import { Ref } from "vue"; import { UseSectionMaxMin } from "./types"; export declare function useSectionMaxMin(sectionRef: Ref<any>, sectionParentElementRef: Ref<any>, maxStatus: Ref<boolean>): UseSectionMaxMin;