MCPcopy Create free account
hub / github.com/api-platform/website / EventBriteContextInterface

Interface EventBriteContextInterface

pwa/contexts/con/EventBriteContext.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createContext } from "react";
2
3interface EventBriteContextInterface {
4 isEventBriteLoaded?: boolean;
5}
6
7export const EventBriteContext = createContext<EventBriteContextInterface>({});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected