Skip to content

Commit

Permalink
Revert type
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Jan 21, 2025
1 parent 35e8aa4 commit fd082b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface ModalFormAndListListItemBase {

export interface ModalFormAndListLabels {
modalTitle: string;
modalDescription?: ReactElement;
modalDescription?: React.ReactNode;
listTitle?: string;
emptyListText?: string;
addLabel: string;
Expand All @@ -15,7 +15,7 @@ export interface ModalFormAndListLabels {

export interface ModalFormAndInfoLabels {
modalTitle: string;
infoTitle?: ReactElement;
infoTitle?: React.ReactNode;
addLabel: string;
editLabel: string;
deleteLabel: string;
Expand Down

0 comments on commit fd082b5

Please sign in to comment.