Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelini authored and escapemanuele committed Nov 22, 2024
1 parent ab0d44e commit 0d1e7ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/help-center/src/components/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,13 @@ declare module '*.svg' {
const content: string;
export default content;
}

// Can be removed after experiment is removed - shouldUseHelpCenterExperience
declare module 'calypso/server/lib/logger';

// Can be removed after experiment is removed - shouldUseHelpCenterExperience
declare module 'calypso/lib/explat' {
export const useExperiment: (
experimentName: string
) => [ boolean, { variationName: string } | undefined ];
}

0 comments on commit 0d1e7ab

Please sign in to comment.