UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

6 lines (5 loc) 231 B
/** * Combobox with open popup showing no data state. * The listbox exists but is empty. NoData element announces the empty state. */ export declare const ComboboxNoData: (props: any) => import("react/jsx-runtime").JSX.Element;