Backstage
    Preparing search index...

    Interface UnifiedTheme

    A container of one theme for multiple different Material UI versions.

    Currently known keys are 'v4' and 'v5'.

    interface UnifiedTheme {
        getTheme(version: SupportedVersions): SupportedThemes | undefined;
    }
    Index

    Methods

    Methods