import React from 'react'; export type ContainerProps = { children?: React.ReactNode; gapBetweenItem?: string; maxWidth?: string; };