UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 279 B
import { Base, Type } from "./type"; import { TypeDescriptionMetadata } from "./TypeDescriptionMetadata"; /** * @hidden */ export declare class DescriptionPropertyValue extends Base { static $t: Type; c: string; b: any; a: TypeDescriptionMetadata; }