Harmless
    Preparing search index...

    Type Alias RouteProperties

    Properties for the Route component.

    type RouteProperties = {
        children?: Element;
        path: string;
    }
    Index

    Properties

    Properties

    children?: Element

    The route children to render when route path matches the current path.

    path: string

    The route path to check.