UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 384 B
import { BrushScaleDescription } from "./BrushScaleDescription"; import { Type } from "./type"; /** * @hidden */ export declare class CustomPaletteBrushScaleDescription extends BrushScaleDescription { static $t: Type; protected get_type(): string; constructor(); private m; get brushSelectionMode(): string; set brushSelectionMode(a: string); }