@payfit/unity-components
Version:
8 lines (7 loc) • 309 B
TypeScript
/**
* Hook that returns true if the Timeline is in horizontal orientation on desktop breakpoints
* Used to determine statusSlot positioning:
* - Horizontal + Desktop: statusSlot at bottom of content
* - Other cases: statusSlot next to title
*/
export declare const useIsHorizontalDesktop: () => boolean;