import type { IRectangleOption } from '../base'; import type { ILabelOption } from './i-label-option'; export interface INatureOption extends IRectangleOption { showNature?: boolean; nature?: ILabelOption; userData?: unknown; }