/** * InfoCenter Components Barrel Export * * Centralized export for pattern detection card components. * * @layer Presentation */ export { PaginationMechanismCard } from './PaginationMechanismCard'; export type { PaginationMechanismCardProps } from './PaginationMechanismCard';