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

2 lines
60 B
TypeScript

export type PicAlign = "left" | "right" | "bottom" | "top";