mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 修复types PPTLineElement 注释错误
This commit is contained in:
parent
82bb7a2132
commit
760135d5a1
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user