UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

8 lines (7 loc) 168 B
/** * Different reasons why the `NoDataComponent` is displayed. */ export declare enum AnalyticalTableNoDataReason { Empty = "Empty", Filtered = "Filtered" }