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>

14 lines 417 B
import { Renderer } from '../../core/Renderer/Renderer'; /** * The data attribute name for a caption. * * @since 0.0.22 */ export declare const ATTRIBUTE_CAPTION: string; /** * The component for wrapping a code snipped by a figure tag and appending a figcaption. * * @since 0.0.22 */ export declare function Caption({ event, root, options }: Renderer): void; //# sourceMappingURL=Caption.d.ts.map