7 lines
241 B
TypeScript
7 lines
241 B
TypeScript
import { XmlComponent } from '../../../xml-components';
|
|
type MathAccentCharacterOptions = {
|
|
readonly accent: string;
|
|
};
|
|
export declare const createMathAccentCharacter: ({ accent }: MathAccentCharacterOptions) => XmlComponent;
|
|
export {};
|