Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

updateTheme.native.ts 205B

123456789
  1. /**
  2. * Custom theme for setting client branding.
  3. *
  4. * @param {Object} theme - The ui tokens theme object.
  5. * @returns {Object}
  6. */
  7. export default function updateTheme(theme: Object) {
  8. return theme;
  9. }