MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / IProps

Interface IProps

ui/src/App.tsx:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43import history from "./history";
44
45interface IProps extends Omit<RouterProps, "location" | "navigationType" | "navigator"> {
46 history: typeof history;
47 children: (ReactElement | undefined)[];
48}
49
50const CustomRouter = ({ history, ...props }: IProps) => {
51 const [state, setState] = useState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected