Variable labelThemesConst

labelThemes: {
    darkOnLight: {
        margin: number;
        marker: {
            backgroundColor: {
                active: string;
                inactive: any;
            };
            foregroundColor: {
                active: string;
                inactive: any;
            };
            size: number;
        };
        text: {
            backgroundColor: string;
            foregroundColor: string;
            lineHeight: number;
            maxWidth: number;
            numLines: number;
            size: number;
        };
    };
    lightOnDark: {
        margin: number;
        marker: {
            backgroundColor: {
                active: string;
                inactive: any;
            };
            foregroundColor: {
                active: string;
                inactive: any;
            };
            size: number;
        };
        text: {
            backgroundColor: string;
            foregroundColor: string;
            lineHeight: number;
            maxWidth: number;
            numLines: number;
            size: number;
        };
    };
} = ...

Type declaration

  • darkOnLight: {
        margin: number;
        marker: {
            backgroundColor: {
                active: string;
                inactive: any;
            };
            foregroundColor: {
                active: string;
                inactive: any;
            };
            size: number;
        };
        text: {
            backgroundColor: string;
            foregroundColor: string;
            lineHeight: number;
            maxWidth: number;
            numLines: number;
            size: number;
        };
    }
    • margin: number
    • marker: {
          backgroundColor: {
              active: string;
              inactive: any;
          };
          foregroundColor: {
              active: string;
              inactive: any;
          };
          size: number;
      }
      • backgroundColor: {
            active: string;
            inactive: any;
        }
        • active: string
        • inactive: any
      • foregroundColor: {
            active: string;
            inactive: any;
        }
        • active: string
        • inactive: any
      • size: number
    • text: {
          backgroundColor: string;
          foregroundColor: string;
          lineHeight: number;
          maxWidth: number;
          numLines: number;
          size: number;
      }
      • backgroundColor: string
      • foregroundColor: string
      • lineHeight: number
      • maxWidth: number
      • numLines: number
      • size: number
  • lightOnDark: {
        margin: number;
        marker: {
            backgroundColor: {
                active: string;
                inactive: any;
            };
            foregroundColor: {
                active: string;
                inactive: any;
            };
            size: number;
        };
        text: {
            backgroundColor: string;
            foregroundColor: string;
            lineHeight: number;
            maxWidth: number;
            numLines: number;
            size: number;
        };
    }
    • margin: number
    • marker: {
          backgroundColor: {
              active: string;
              inactive: any;
          };
          foregroundColor: {
              active: string;
              inactive: any;
          };
          size: number;
      }
      • backgroundColor: {
            active: string;
            inactive: any;
        }
        • active: string
        • inactive: any
      • foregroundColor: {
            active: string;
            inactive: any;
        }
        • active: string
        • inactive: any
      • size: number
    • text: {
          backgroundColor: string;
          foregroundColor: string;
          lineHeight: number;
          maxWidth: number;
          numLines: number;
          size: number;
      }
      • backgroundColor: string
      • foregroundColor: string
      • lineHeight: number
      • maxWidth: number
      • numLines: number
      • size: number