UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

10 lines (9 loc) 203 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class DropDownDataListItem extends Base { static $t: Type; Name: string; Value: string; }