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>

21 lines 593 B
import { Renderer } from '../../core/Renderer/Renderer'; /** * The class name for a gutter element. * * @since 0.0.1 */ export declare const GUTTER_CLASS_NAME: string; /** * The class name for row element in a gutter. * * @since 0.0.1 */ export declare const GUTTER_ROW_CLASS_NAME: string; /** * The component for creating a gutter and its rows. * This is usually activated by other extensions through the `gutter` option. * * @since 0.0.1 */ export declare function Gutter({ lines, event, root, options }: Renderer): void; //# sourceMappingURL=Gutter.d.ts.map