UNPKG

@procore/core-react

Version:
12 lines (11 loc) 445 B
import React from 'react'; declare type ActionsPosition = 'top' | 'bottom'; export declare const usePageHeaderTemplateLayout: () => { headerRef: React.RefObject<HTMLDivElement>; breadcrumbsWrapperRef: React.RefObject<HTMLDivElement>; breadcrumbsRef: React.RefObject<HTMLDivElement>; actionsRef: React.RefObject<HTMLDivElement>; headingRef: React.RefObject<HTMLDivElement>; actionsPosition: ActionsPosition; }; export {};