MCPcopy Create free account
hub / github.com/emwalker/digraph / Container

Class Container

client/src/components/RecentPage/Container/index.d.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 title?: string;
5};
6declare class Container extends Component<Props> {
7 get title(): string;
8 render: () => React.JSX.Element;
9}
10export default Container;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected