Skip to content

Commit

Permalink
refactor(CoachmarkStack): update Media typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed May 22, 2024
1 parent bd93f95 commit 88a49cc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ import { COACHMARK_OVERLAY_KIND } from '../Coachmark/utils/enums';
type Media =
| {
render?: () => ReactNode;
filePaths?: never;
}
| {
render?: never;
filePaths?: string[];
};
interface CoachmarkStackProps {
Expand Down

0 comments on commit 88a49cc

Please sign in to comment.