3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
|
import type { ImageData } from "./ImageData";
|
||
|
|
||
|
export interface Shape { style?: string, imageData?: ImageData, }
|