docx-rs/docx-wasm/js/json/border.ts

8 lines
122 B
TypeScript
Raw Normal View History

export type BorderJSON = {
position: string;
borderType: string;
size: number;
space: number;
color: string;
};