Skip to content

Commit

Permalink
api report
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 20, 2023
1 parent 2ab0312 commit 21ce0e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .api-reports/api-report-react_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ type Modifiers<T extends Record<string, any> = Record<string, unknown>> = Partia
[FieldName in keyof T]: Modifier<StoreObjectValueMaybeReference<Exclude<T[FieldName], undefined>>>;
}>;

// @public (undocumented)
// @public @deprecated (undocumented)
export function Mutation<TData = any, TVariables = OperationVariables>(props: MutationComponentOptions<TData, TVariables>): ReactTypes.JSX.Element | null;

// @public (undocumented)
Expand Down Expand Up @@ -1214,7 +1214,7 @@ type OperationVariables = Record<string, any>;
// @public (undocumented)
type Path = ReadonlyArray<string | number>;

// @public (undocumented)
// @public @deprecated (undocumented)
export function Query<TData = any, TVariables extends OperationVariables = OperationVariables>(props: QueryComponentOptions<TData, TVariables>): ReactTypes.JSX.Element | null;

// @public (undocumented)
Expand Down Expand Up @@ -1617,7 +1617,7 @@ type SubscribeToMoreOptions<TData = any, TSubscriptionVariables = OperationVaria
context?: DefaultContext;
};

// @public (undocumented)
// @public @deprecated (undocumented)
export function Subscription<TData = any, TVariables extends OperationVariables = OperationVariables>(props: SubscriptionComponentOptions<TData, TVariables>): ReactTypes.JSX.Element | null;

// @public (undocumented)
Expand Down

0 comments on commit 21ce0e0

Please sign in to comment.