UNPKG

igniteui-react-core

Version:
20 lines (19 loc) 499 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebIconMetaDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private k; get name(): string; set name(a: string); private j; get collection(): string; set collection(a: string); }