MCPcopy Create free account
hub / github.com/dabbott/react-native-express / Props

Interface Props

components/Disqus.tsx:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const isDev = process.env.NODE_ENV === 'development'
11
12interface Props {
13 identifier: string
14 title: string
15 shortname: string
16 stagingShortname?: string
17}
18
19export default function Disqus({
20 identifier,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected