UNPKG

@ryusei/light

Version:

<div align="center"> <a href="https://light.ryuseijs.com"> <img alt="RyuseiLight" src="https://light.ryuseijs.com/images/svg/logo.svg" width="70"> </a>

16 lines 470 B
import { Renderer } from '../../core/Renderer/Renderer'; /** * The data attribute name for active lines. * The value must be an array in JSON format, such as "[ 2, [ 5, 10 ] ]" * * @private * @since 0.0.1 */ export declare const ATTRIBUTE_ACTIVE_LINES: string; /** * The component for highlighting lines. * * @since 0.0.1 */ export declare function ActiveLines({ event, root, options }: Renderer): void; //# sourceMappingURL=ActiveLines.d.ts.map