HTML Flip Book - v0.0.0-alpha.36
    Preparing search index...

    Interface TocButtonProps

    interface TocButtonProps {
        ariaLabel?: string;
        children?: ReactNode;
        className?: string;
    }
    Index

    Properties

    ariaLabel?: string

    Custom ARIA label. Defaults to localized "Table of contents"

    children?: ReactNode

    Custom content (icon or text). Defaults to TableOfContentsIcon

    className?: string

    Additional CSS class name