選択できるのは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. }