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

6 lines
91 B
TypeScript

export type ShadingJSON = {
shd_type: string | null;
color: string;
fill: string;
};