MCPcopy Create free account
hub / github.com/expo/dev-plugins / Props

Interface Props

packages/react-query/webui/src/components/QuerySidebar.tsx:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10});
11
12interface Props {
13 query: ExtendedQuery | null;
14 onQueryRefetch: (query: ExtendedQuery) => void;
15 onQueryRemove: (query: ExtendedQuery) => void;
16}
17
18export default function QuerySidebar({ query, onQueryRefetch, onQueryRemove }: Props) {
19 const panels: CollapseProps['items'] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected