MCPcopy
hub / github.com/midudev/preguntas-entrevista-react / Props

Interface Props

app/components/BookCover.tsx:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export interface Props extends Partial<Settings> {
51 children: ReactNode
52}
53
54/**
55 * `BookCover` is the component you can use to display an animated 3D version of your book cover.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected