/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import { Box } from '@cloudscape-design/components'; import { commonLabels } from '../../common/labels'; /** * Displays the empty state of any table * @param itemType - type of item that the table displays * @example * ``` * * // Displays "No workspaces" title * // "No workspaces to display." * //