4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
import { XmlComponent } from '../../xml-components';
|
|
export declare const createSuperScript: () => XmlComponent;
|
|
export declare const createSubScript: () => XmlComponent;
|