UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 302 B
import { WebBaseOptionLikeDescription } from "./WebBaseOptionLikeDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebDropdownItemDescription extends WebBaseOptionLikeDescription { static $t: Type; protected get_type(): string; constructor(); }