@gravity-ui/uikit
Version:
Gravity UI base styling and components
10 lines (9 loc) • 318 B
TypeScript
import * as React from 'react';
/**
* Resolves the horizontal gap between tabs
*/
export declare function useTabListGapFromContainer(containerRef: React.RefObject<HTMLElement | null>, { enabled, childrenHash, childSelector, }: {
enabled: boolean;
childrenHash: string;
childSelector: string;
}): number;