UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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