Fix type
This commit is contained in:
parent
94dad3e4d7
commit
16fc30c662
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ interface PageHeaderProps {
|
||||||
children?: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
className?: string;
|
className?: string;
|
||||||
inline?: boolean;
|
inline?: boolean;
|
||||||
title?: string;
|
title?: React.ReactNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
const PageHeader: React.FC<PageHeaderProps> = props => {
|
const PageHeader: React.FC<PageHeaderProps> = props => {
|
||||||
|
|
Loading…
Reference in a new issue