/*! * Copyright (c) 2023, 2024, Oracle and/or its affiliates. */ /** * @file * * Contains the view of the unconfigured shape element which can display text. */ import ShapeView from './ShapeView.mjs'; export default class UnconfiguredElementView extends ShapeView { }