7 lines
275 B
TypeScript
7 lines
275 B
TypeScript
import { XmlComponent } from '../xml-components';
|
|
import { ITableOfContentsOptions } from './table-of-contents-properties';
|
|
export declare class FieldInstruction extends XmlComponent {
|
|
private readonly properties;
|
|
constructor(properties?: ITableOfContentsOptions);
|
|
}
|