7 lines
234 B
TypeScript
7 lines
234 B
TypeScript
import { XmlComponent } from '../../../xml-components';
|
|
type MathLimitLocationOptions = {
|
|
readonly value?: string;
|
|
};
|
|
export declare const createMathLimitLocation: ({ value }: MathLimitLocationOptions) => XmlComponent;
|
|
export {};
|