Type Alias WellboreLabelProps
WellboreLabelProps: {
color?: number | string | Color;
position?: "top" | "center" | "bottom";
size?: number;
}
Type declaration
Optional
color?: number | string | Color
Optional
position?: "top" | "center" | "bottom"
Optional
size?: number
WellboreLabel props