UNPKG

vue-final-modal

Version:

The most powerful yet most light-weight modal library for Vue 3.

7 lines (6 loc) 271 B
import type VueFinalModal from './VueFinalModal.vue'; export declare function useZIndex(props: InstanceType<typeof VueFinalModal>['$props']): { zIndex: import("vue").Ref<number | undefined>; refreshZIndex: (index: number) => void; resetZIndex: () => void; };