UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 220 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class Style extends Base { static $t: Type; fill: string; stroke: string; strokeThickness: number; opacity: number; }