mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 07:18:59 +02:00
refactor: prepare types for React 19 (#10746)
This commit is contained in:
parent
e9f0641620
commit
f9825af43e
296 changed files with 1105 additions and 915 deletions
|
@ -78,7 +78,7 @@ function TeamProfileCardCol(props: ProfileProps) {
|
|||
);
|
||||
}
|
||||
|
||||
export function ActiveTeamRow(): JSX.Element {
|
||||
export function ActiveTeamRow(): ReactNode {
|
||||
return (
|
||||
<div className="row">
|
||||
<TeamProfileCardCol
|
||||
|
@ -117,7 +117,7 @@ export function ActiveTeamRow(): JSX.Element {
|
|||
);
|
||||
}
|
||||
|
||||
export function HonoraryAlumniTeamRow(): JSX.Element {
|
||||
export function HonoraryAlumniTeamRow(): ReactNode {
|
||||
return (
|
||||
<div className="row">
|
||||
<TeamProfileCardCol
|
||||
|
@ -168,7 +168,7 @@ export function HonoraryAlumniTeamRow(): JSX.Element {
|
|||
);
|
||||
}
|
||||
|
||||
export function StudentFellowsTeamRow(): JSX.Element {
|
||||
export function StudentFellowsTeamRow(): ReactNode {
|
||||
return (
|
||||
<div className="row">
|
||||
<TeamProfileCardCol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue