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

2 lines
60 B
TypeScript
Raw Normal View History

2022-03-29 07:32:14 +03:00
export type PicAlign = "left" | "right" | "bottom" | "top";