fix: 修复types PPTLineElement 注释错误

This commit is contained in:
chaoXxxxx 2022-10-09 11:11:48 +08:00 committed by GitHub
parent 82bb7a2132
commit 760135d5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,7 +374,7 @@ export type LinePoint = '' | 'arrow' | 'dot'
* *
* curve?: 二次曲线控制点位置[x, y] * curve?: 二次曲线控制点位置[x, y]
* *
* curve?: 三次曲线控制点位置[[x1, y1], [x2, y2]] * cubic?: 三次曲线控制点位置[[x1, y1], [x2, y2]]
*/ */
export interface PPTLineElement extends Omit<PPTBaseElement, 'height' | 'rotate'> { export interface PPTLineElement extends Omit<PPTBaseElement, 'height' | 'rotate'> {
type: 'line' type: 'line'