Backstage
    Preparing search index...

    Interface UnifiedThemeProviderProps

    interface UnifiedThemeProviderProps {
        children: ReactNode;
        theme: UnifiedTheme;
        themeName?: string;
    }
    Index

    Properties

    children: ReactNode
    themeName?: string

    Optional override for the value written to the data-theme-name attribute.