UNPKG

179 BTypeScriptView Raw
1import type { TabSizeMap, TabOffsetMap, Tab } from '../interface';
2export default function useOffsets(tabs: Tab[], tabSizes: TabSizeMap, holderScrollWidth: number): TabOffsetMap;