Files
study-bible-project/node_modules/docx/dist/file/endnotes/endnote/endnote-attributes.d.ts
T

11 lines
276 B
TypeScript

import { XmlAttributeComponent } from '../../xml-components';
export declare class EndnoteAttributes extends XmlAttributeComponent<{
readonly type?: string;
readonly id: number;
}> {
protected readonly xmlKeys: {
type: string;
id: string;
};
}