UNPKG

equal-vue

Version:

Equal is a Vue 3 hackable UI library empowered by tailwindcss

9 lines (8 loc) 239 B
import { EDirections } from '@/models/enums'; type Props = { direction: EDirections; array: []; curIndex: number; }; export declare const getArrayIndexByDirection: ({ direction, array, curIndex, }: Props) => number; export {};