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.

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