/// import { ZoneProperties } from './zone.properties'; import './zone.styles.scss'; /** * Zone component * @description Zone component is a container that can be used to group elements inside it * defining direction and spacing between them * @param {ZoneProperties} properties * @returns A zone component */ export default function ZoneComponent(properties: ZoneProperties): JSX.Element;