Logos DX
    Preparing search index...

    Interface LazyLocale<Locale>

    interface LazyLocale<Locale extends LocaleManager.LocaleType> {
        loader: () => Promise<Locale>;
        text: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    loader: () => Promise<Locale>
    text: string