Backstage
    Preparing search index...

    Interface BaseThemeOptionsInput<PaletteOptions>

    interface BaseThemeOptionsInput<PaletteOptions> {
        defaultPageTheme?: string;
        fontFamily?: string;
        htmlFontSize?: number;
        pageTheme?: Record<string, PageTheme>;
        palette: PaletteOptions;
        typography?: BackstageTypography;
    }

    Type Parameters

    • PaletteOptions
    Index

    Properties

    defaultPageTheme?: string
    fontFamily?: string
    htmlFontSize?: number
    pageTheme?: Record<string, PageTheme>
    typography?: BackstageTypography