modified git ignore
This commit is contained in:
11
build/file/document/body/section-properties/header-reference/header-reference-attributes.d.ts
vendored
Normal file
11
build/file/document/body/section-properties/header-reference/header-reference-attributes.d.ts
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
import { XmlAttributeComponent } from "../../../../../file/xml-components";
|
||||
export interface IHeaderReferenceAttributes {
|
||||
type: string;
|
||||
id: string;
|
||||
}
|
||||
export declare class HeaderReferenceAttributes extends XmlAttributeComponent<IHeaderReferenceAttributes> {
|
||||
protected xmlKeys: {
|
||||
type: string;
|
||||
id: string;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user