/** Where the pagination footer (default or `footerRenderer`) is placed in the table chrome. */ export type FooterPosition = "top" | "bottom"; export default FooterPosition;