7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
import { XmlComponent } from '../../../xml-components';
|
|
type MathEndingCharacterOptions = {
|
|
readonly character: string;
|
|
};
|
|
export declare const createMathEndingCharacter: ({ character }: MathEndingCharacterOptions) => XmlComponent;
|
|
export {};
|