File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
libs/sq-server-commons/src/sq-server-adapters/components/layout Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2121import { BreadcrumbsProps , Layout , PageGridProps } from '@sonarsource/echoes-react' ;
2222import { forwardRef , PropsWithChildren , ReactNode } from 'react' ;
2323import { Helmet } from 'react-helmet-async' ;
24+ import { To } from 'react-router-dom' ;
2425import { GlobalFooter } from './GlobalFooter' ;
2526
2627interface Props extends PropsWithChildren {
2728 asideLeft ?: ReactNode ;
2829 // eslint-disable-next-line react/no-unused-prop-types
2930 breadcrumbs ?: BreadcrumbsProps [ 'items' ] ;
3031 header ?: ReactNode ;
32+ // eslint-disable-next-line react/no-unused-prop-types
33+ overrideBranchSelectorPath ?: To ;
3134 pageClassName ?: string ;
3235 title : string ;
3336 width ?: PageGridProps [ 'width' ] ;
You can’t perform that action at this time.
0 commit comments