Type Alias IDocGridAttributesProperties

IDocGridAttributesProperties: {
    charSpace?: number;
    linePitch?: number;
    type?: typeof DocumentGridType[keyof typeof DocumentGridType];
}