Type Alias ThemeStyle

ThemeStyle: Partial<Pick<ThemeItem, "fill" | "stroke" | "strokeWidth">> & {
    fillOpacity?: number;
}