Variable DefaultStyleConst

DefaultStyle: TStyle = ...
export const DefaultStyle: TStyle = {
width: 2,
color: "#000000",
// opacity: 1,
// fill: "transparent",
} as const