5 lines
177 B
TypeScript
5 lines
177 B
TypeScript
import { XmlComponent } from '../xml-components';
|
|
export declare class CheckBoxSymbolElement extends XmlComponent {
|
|
constructor(name: string, val: string, font?: string);
|
|
}
|