petalbid-frontend
    Preparing search index...

    Interface PageTitleUpdaterProps

    Props for the PageTitleUpdater component.

    interface PageTitleUpdaterProps {
        titleMap: { [key: string]: string };
    }
    Index

    Properties

    Properties

    titleMap: { [key: string]: string }

    An object that maps URL paths to their corresponding page titles. e.g., { "/login": "Login", "/auctions": "Auctions" }