UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

4 lines (3 loc) 199 B
import type { Ref } from 'vue'; import type { TabSizeMap, TabOffsetMap, Tab } from '../interface'; export default function useOffsets(tabs: Ref<Tab[]>, tabSizes: Ref<TabSizeMap>): Ref<TabOffsetMap>;