/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import { Box, Button } from '@cloudscape-design/components'; import * as React from 'react'; /** * Displays the empty state of any table * @param itemType - type of item that the table displays * @param link - link to the page that users will be directed to after they click the "Create" button * @example * ``` * * // Displays "No workspaces" title * // "No workspaces to display." * // ); }