@ryusei/code
Version:
<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
27 lines • 549 B
TypeScript
import { Component } from '../../classes/Component/Component';
/**
* The empty component.
*
* @since 0.1.0
*/
export declare class TestComponent extends Component {
}
/**
* The line height.
*
* @since 0.1.0
*/
export declare const LINE_HEIGHT = 24;
/**
* The width of the editor.
*
* @since 0.1.0
*/
export declare const EDITOR_WIDTH = 1280;
/**
* The height of the editor.
*
* @since 0.1.0
*/
export declare const EDITOR_HEIGHT = 240;
//# sourceMappingURL=../../../../src/js/test/fixtures/fixtures.d.ts.map