Skip to content

Commit

Permalink
Remove declare that snuck in there
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Apr 24, 2019
1 parent 52fa3d7 commit e760d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class ContentfulContext {}
* ContentfulProvider
*/

export declare interface ProviderProps {
export interface ProviderProps {
client: ContentfulClientInterface;
children?: ReactNode;
context?: ContentfulContext;
Expand Down

0 comments on commit e760d0b

Please sign in to comment.