選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

updateTheme.native.js 215B

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