您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

renderPromotionalFooter.js 172B

123456789
  1. // @flow
  2. /**
  3. * Method used in order to render a custom promotional footer.
  4. *
  5. * @returns {HTMLElement}
  6. */
  7. export function renderPromotionalFooter() {
  8. return null;
  9. }