4 lines
245 B
TypeScript
4 lines
245 B
TypeScript
import { XmlComponent } from '../../xml-components';
|
|
export declare const createHyperlinkClick: (linkId: string, hasXmlNs: boolean) => XmlComponent;
|
|
export declare const createHyperlinkHover: (linkId: string, hasXmlNs: boolean) => XmlComponent;
|