(cover: BrushCover, index: number)
| 405 | } |
| 406 | |
| 407 | function oldGetKey(cover: BrushCover, index: number): string { |
| 408 | return getKey(cover.__brushOption, index); |
| 409 | } |
| 410 | |
| 411 | function addOrUpdate(newIndex: number, oldIndex?: number): void { |
| 412 | const newBrushInternal = coverConfigList[newIndex]; |