papi-dts
    Preparing search index...
    • Experimental

      Runs expandThemeContribution on the provided theme families to expand them. Uses the default built-in theme family to back up the cssVariables of the provided theme families

      Parameters

      • themeFamiliesById: ThemeFamiliesById

        Theme families to expand

      Returns {
          [key: string]:
              | undefined
              | {
                  dark?: ThemeDefinitionExpanded;
                  light?: ThemeDefinitionExpanded;
                  [key: string]: undefined
                  | ThemeDefinitionExpanded;
              };
      }

      Expanded theme families