FlipBookProps
FlipBookProps =
Omit<BookOptions,"pages"> &FlipBookEventProps&object
Defined in: react/src/FlipBook.tsx:29
Type Declaration
Section titled “Type Declaration”children
Section titled “children”children:
ReactNode
Each child is a page. Use Page to mark hard pages or style the page element.
className?
Section titled “className?”
optionalclassName?:string
optionalpage?:number
Controlled page: when it changes, the book flips there. Pair with onFlip.
optionalref?:Ref<Book>
The book’s API, available from the moment the component mounts.
style?
Section titled “style?”
optionalstyle?:CSSProperties