/**
* @license
* Copyright The Closure Library Authors.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Type declaration for control content.
*/
goog.provide('goog.ui.ControlContent');
/**
* Type declaration for text caption or DOM structure to be used as the content
* of {@link goog.ui.Control}s.
* @typedef {string|Node|Array<!Node>|NodeList<!Node>}
*/
goog.ui.ControlContent;