cdk-monitoring-constructs
Version:
[](https://badge.fury.io/js/cdk-monitoring-constructs) [](https://m
9 lines (8 loc) • 318 B
TypeScript
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 {
}