UNPKG

igniteui-react-core

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