ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface TabLinkProps

    interface TabLinkProps {
        href: string;
        children: ReactNode;
        history?: HistoryEntry;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    href: string
    children: ReactNode
    history?: HistoryEntry