MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / GenericInterface

Interface GenericInterface

types/reactstrap-tests.tsx:4943–4947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4941}
4942
4943interface GenericInterface {
4944 foo: number;
4945 bar: boolean;
4946 foobar?: string;
4947}
4948
4949class Example120 extends React.Component<any, any> {
4950 render() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…