Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
6
declare
class
Container extends Component<Props> {
7
get title(): string;
8
render: () => React.JSX.Element;
9
}
10
export
default Container;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected