custom-card-helpers
    Preparing search index...

    Interface Translation

    interface Translation {
        fingerprints: { [fragment: string]: string };
        isRTL: boolean;
        nativeName: string;
    }
    Index

    Properties

    fingerprints: { [fragment: string]: string }
    isRTL: boolean
    nativeName: string