MCPcopy Create free account
hub / github.com/NativeScript/template-macos-solid / component

Method component

src/sidebar.tsx:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 title?: string;
11 url?: string;
12 component(): JSX.Element;
13}
14export interface SidebarItem extends SidebarBaseItem {
15 children?: Array<SidebarBaseItem>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected