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