@procore/core-react
Version:
React library of Procore Design Guidelines
12 lines (11 loc) • 445 B
TypeScript
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 {};