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

2 lines
71 B
TypeScript

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