您最多选择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. }