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

Interface SidebarItem

src/sidebar.tsx:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 component(): JSX.Element;
13}
14export interface SidebarItem extends SidebarBaseItem {
15 children?: Array<SidebarBaseItem>;
16}
17export const sidebarItemsData: Array<Array<SidebarItem>> = [
18 [
19 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected