/** * Re-exports from the common ListTableSkeleton. * Use ListTableSkeleton directly for new code. */ export { ListTableSkeleton as SpendManagementListTableSkeleton, LIST_TABLE_LOADER_HEIGHT_PX as SPEND_MANAGEMENT_LIST_TABLE_LOADER_HEIGHT_PX, } from '../../common/skeletons/ListTableSkeleton'; export type { ListTableSkeletonProps as SpendManagementListTableSkeletonProps } from '../../common/skeletons/ListTableSkeleton';