@@ -23,7 +23,7 @@ import { useAsync } from 'react-use';
|
||||
import { CircularProgress } from '@material-ui/core';
|
||||
import { Alert } from '@material-ui/lab';
|
||||
|
||||
type EndpointProps = {
|
||||
export type EndpointProps = {
|
||||
title: string;
|
||||
graphRef: string;
|
||||
persistExplorerState?: boolean;
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
export { ApolloExplorerPage } from './ApolloExplorerPage';
|
||||
export type { EndpointProps } from './components/ApolloExplorerPage';
|
||||
export type { EndpointProps } from './ApolloExplorerPage';
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
* @packageDocumentation
|
||||
*/
|
||||
export { apolloExplorerPlugin, ApolloExplorerPage } from './plugin';
|
||||
export type { EndpointProps } from './ApolloExplorerPage';
|
||||
export type { EndpointProps } from './components/ApolloExplorerPage';
|
||||
|
||||
Reference in New Issue
Block a user