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

6 lines
83 B
TypeScript

export type ShadingJSON = {
shdType: string;
color: string;
fill: string;
};