Type alias SectorGraphicOptions

SectorGraphicOptions: SectorStyleOptions & {
    position?: PositionOptions;
}

Type declaration