@redocly/theme
Version:
Shared UI components lib
10 lines (9 loc) • 475 B
TypeScript
export declare const HEADING_ANCHOR_CLASS = "heading-anchor";
export declare const ANCHOR_CLASS = "anchor";
export declare const HEADING_CLASS_PREFIX = "heading-level";
export declare const H1_CLASS = "heading-level-1";
export declare const H2_CLASS = "heading-level-2";
export declare const H3_CLASS = "heading-level-3";
export declare const H4_CLASS = "heading-level-4";
export declare const H5_CLASS = "heading-level-5";
export declare const H6_CLASS = "heading-level-6";