mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
style: style fix
This commit is contained in:
parent
9963a0a76c
commit
72334b421f
@ -92,7 +92,7 @@ export interface PPTShapeElement extends PPTBaseElement {
|
|||||||
shadow?: PPTElementShadow;
|
shadow?: PPTElementShadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PPTLineElement extends Omit<PPTBaseElement, 'height'>{
|
export interface PPTLineElement extends Omit<PPTBaseElement, 'height'> {
|
||||||
type: 'line';
|
type: 'line';
|
||||||
start: [number, number];
|
start: [number, number];
|
||||||
end: [number, number];
|
end: [number, number];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user