Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import { Component } from
"npm:solid-js"
;
2
3
interface SnippetProps {
4
component(): JSX.Element;
5
}
6
7
const ContentView: Component<Partial<SnippetProps>> = (props) => {
8
return (
Callers
1
ContentView
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected