update exports

Signed-off-by: Karl Haworth <karl.haworth@aa.com>
This commit is contained in:
Karl Haworth
2024-03-05 14:24:09 -05:00
parent b90857e2ff
commit 7a408f720b
3 changed files with 3 additions and 3 deletions
@@ -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';
+1 -1
View File
@@ -20,4 +20,4 @@
* @packageDocumentation
*/
export { apolloExplorerPlugin, ApolloExplorerPage } from './plugin';
export type { EndpointProps } from './ApolloExplorerPage';
export type { EndpointProps } from './components/ApolloExplorerPage';