UNPKG

cdk-monitoring-constructs

Version:

[![NPM version](https://badge.fury.io/js/cdk-monitoring-constructs.svg)](https://badge.fury.io/js/cdk-monitoring-constructs) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.cdklabs/cdkmonitoringconstructs/badge.svg)](https://m

9 lines (8 loc) 318 B
import { KeyValueTableWidget } from "./KeyValueTableWidget"; /** * A widget that displays key-value pairs in a table format. * * @deprecated Use {@link KeyValueTableWidget} instead. This class will be removed in the next major version. */ export declare class KeyValueTableWidgetV2 extends KeyValueTableWidget { }