Skip to content

Commit bb5e110

Browse files
JakeGinnivanstaylor
authored andcommitted
Fixed issues with types, fixes #90 & #92
1 parent fdde685 commit bb5e110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ declare module 'react-helmet-async' {
7474

7575
export interface FilledContext {
7676
helmet: HelmetData;
77-
};
77+
}
7878

7979
interface ProviderProps {
8080
context?: {};
81-
};
81+
}
8282

8383
export class HelmetProvider extends React.Component<ProviderProps> {
84-
static canUseDOM = canUseDOM;
84+
static canUseDOM: boolean;
8585
}
8686
}

0 commit comments

Comments
 (0)