Skip to content

Commit

Permalink
Fix(web-react): Remove unused and already deprecated type
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Aug 29, 2023
1 parent 9affe52 commit a0fe11c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web-react/src/types/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export interface ModalHeaderProps extends SpiritElementProps, ChildrenProps {
}

export interface ModalFooterProps extends SpiritElementProps, ChildrenProps {
align?: AlignmentXDictionaryType;
alignmentX?: AlignmentXDictionaryType;
description?: string;
}
Expand Down

0 comments on commit a0fe11c

Please sign in to comment.