UNPKG

igniteui-react-core

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