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

Interface SnippetProps

src/contentview.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Component } from "npm:solid-js";
2
3interface SnippetProps {
4 component(): JSX.Element;
5}
6
7const ContentView: Component<Partial<SnippetProps>> = (props) => {
8 return (

Callers 1

ContentViewFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected