diff --git a/packages/graphiql-plugin-explorer/src/graphiql-explorer.d.ts b/packages/graphiql-plugin-explorer/src/graphiql-explorer.d.ts index ca00e27d90b..d9560f7521f 100644 --- a/packages/graphiql-plugin-explorer/src/graphiql-explorer.d.ts +++ b/packages/graphiql-plugin-explorer/src/graphiql-explorer.d.ts @@ -43,10 +43,10 @@ declare module 'graphiql-explorer' { variable: string; atom: string; } | null; - arrowOpen?: ReactNode | null; - arrowClosed?: ReactNode | null; - checkboxChecked?: ReactNode | null; - checkboxUnchecked?: ReactNode | null; + arrowOpen?: ReactNode; + arrowClosed?: ReactNode; + checkboxChecked?: ReactNode; + checkboxUnchecked?: ReactNode; styles?: { explorerActionsStyle?: CSSProperties; buttonStyle?: CSSProperties;