export type MaxConfig = { onClick: () => void; showButton: boolean; value: number; };