Skip to content

Style

type Style = Overwrite<JSFStyle, {
borderBottomColor?: string;
borderLeftColor?: string;
borderRightColor?: string;
borderTopColor?: string;
color?: string;
fillColor?: string;
patternColor?: string;
}>;