Files
study-bible-project/node_modules/docx/dist/file/paragraph/run/text-attributes.d.ts
T

10 lines
307 B
TypeScript

import { SpaceType } from '../../shared';
import { XmlAttributeComponent } from '../../xml-components';
export declare class TextAttributes extends XmlAttributeComponent<{
readonly space: (typeof SpaceType)[keyof typeof SpaceType];
}> {
protected readonly xmlKeys: {
space: string;
};
}