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

    Interface LinkProps

    Props for the Link component

    interface LinkProps {
        href: IntrinsicAttributes;
        history?: HistoryEntry;
        children: ReactNode;
    }
    Index

    Properties

    href: IntrinsicAttributes

    Link href

    history?: HistoryEntry

    History object

    children: ReactNode

    Child elements