/** * @file /src/constants/pagination.ts * @name Pagination * @description Pagination constants. */ export const PAGINATION_EXTENSION_NAME = "pagination" as const; export const MIN_PARAGRAPH_HEIGHT = 40;