| 48 | } |
| 49 | |
| 50 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected