mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: type fix
This commit is contained in:
parent
dcb8f742c0
commit
237f2442e8
@ -1,6 +1,6 @@
|
||||
import type { ShapePoolItem } from '@/configs/shapes'
|
||||
import type { LinePoolItem } from '@/configs/lines'
|
||||
import type { ImageClipDataRange, PPTElementOutline, PPTElementShadow, ShapeGradient } from './slides'
|
||||
import type { ImageClipDataRange, PPTElementOutline, PPTElementShadow, Gradient } from './slides'
|
||||
|
||||
export enum ElementOrderCommands {
|
||||
UP = 'up',
|
||||
@ -119,7 +119,7 @@ export interface TextFormatPainter {
|
||||
export interface ShapeFormatPainter {
|
||||
keep: boolean
|
||||
fill?: string
|
||||
gradient?: ShapeGradient
|
||||
gradient?: Gradient
|
||||
outline?: PPTElementOutline
|
||||
opacity?: number
|
||||
shadow?: PPTElementShadow
|
||||
|
Loading…
x
Reference in New Issue
Block a user