You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }