5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
import { XmlComponent } from '../../../xml-components';
|
|
export declare const createMathBarProperties: ({ type }: {
|
|
readonly type: string;
|
|
}) => XmlComponent;
|