6 lines
250 B
TypeScript
6 lines
250 B
TypeScript
import { XmlComponent } from '../../xml-components';
|
|
import { IPageReferenceOptions } from './pageref';
|
|
export declare class PageReferenceFieldInstruction extends XmlComponent {
|
|
constructor(bookmarkId: string, options?: IPageReferenceOptions);
|
|
}
|