docx-rs/docx-wasm/js/json/bindings/Shape.ts

3 lines
112 B
TypeScript

import type { ImageData } from "./ImageData";
export interface Shape { style?: string, imageData?: ImageData, }