5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
import { XmlComponent } from '../../../xml-components';
|
|
export declare class Symbol extends XmlComponent {
|
|
constructor(char?: string, symbolfont?: string);
|
|
}
|