@bootdesk/js-web-adapter-react
    Preparing search index...

    Interface PreEntryHelpers

    interface PreEntryHelpers {
        locale: string;
        start: (config?: ReconfigureConfig) => void;
        t: (path: string) => string;
    }
    Index

    Properties

    Properties

    locale: string
    start: (config?: ReconfigureConfig) => void
    t: (path: string) => string