UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 220 B
import { Type } from "./type"; /** * @hidden */ export declare const enum SVGBrushType { None = 0, Inherits = 1, Specified = 2 } /** * @hidden */ export declare let SVGBrushType_$type: Type;