Skip to content

Commit c9ed452

Browse files
committed
docs: Update website types
1 parent 7fba440 commit c9ed452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/src/components/Playground/editor-types/@data-client/react.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as _data_client_core from '@data-client/core';
22
import { Manager, State, Controller, EndpointInterface, FetchFunction, Schema, ResolveType, Denormalize, DenormalizeNullable, Queryable, NI, SchemaArgs, NetworkError, UnknownError, ErrorTypes as ErrorTypes$1, ActionTypes, __INTERNAL__, createReducer, applyManager } from '@data-client/core';
33
export { AbstractInstanceType, ActionTypes, Controller, DataClientDispatch, DefaultConnectionListener, Denormalize, DenormalizeNullable, DevToolsManager, Dispatch, EndpointExtraOptions, EndpointInterface, ErrorTypes, ExpiryStatus, FetchAction, FetchFunction, GenericDispatch, InvalidateAction, LogoutManager, Manager, Middleware, MiddlewareAPI, NetworkError, NetworkManager, Normalize, NormalizeNullable, PK, PollingSubscription, ResetAction, ResolveType, Schema, SetAction, SetTypes, State, SubscribeAction, SubscriptionManager, UnknownError, UnsubscribeAction, UpdateFunction, actionTypes } from '@data-client/core';
44
import * as react_jsx_runtime from 'react/jsx-runtime';
5-
import React$1, { Context } from 'react';
5+
import React$1, { JSX, Context } from 'react';
66

77
declare function Loading(): react_jsx_runtime.JSX.Element;
88

website/src/components/Playground/editor-types/globals.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { PathFunction } from 'path-to-regexp';
22
import { Manager, State, Controller, EndpointInterface as EndpointInterface$1, FetchFunction as FetchFunction$1, Schema as Schema$1, ResolveType as ResolveType$1, Denormalize as Denormalize$1, DenormalizeNullable as DenormalizeNullable$1, Queryable as Queryable$1, NI as NI$1, SchemaArgs as SchemaArgs$1, NetworkError as NetworkError$2, UnknownError as UnknownError$1, ErrorTypes as ErrorTypes$2 } from '@data-client/core';
33
export { Manager } from '@data-client/core';
4-
import React from 'react';
4+
import React, { JSX } from 'react';
55
import * as react_jsx_runtime from 'react/jsx-runtime';
66

77
interface NetworkError$1 extends Error {

0 commit comments

Comments
 (0)