export const kRevealJsUrl = "revealjs-url";
export const kRevealJsConfig = "revealjs-config";
export const kSlideLogo = "logo";
export const kSlideFooter = "footer";
export const kHashType = "hash-type";
export const kScrollable = "scrollable";
export const kSmaller = "smaller";
export const kCenter = "center";
export const kCenterTitleSlide = "center-title-slide";
export const kControlsAuto = "controlsAuto";
export const kPreviewLinksAuto = "previewLinksAuto";
export const kPdfMaxPagesPerSlide = "pdfMaxPagesPerSlide";
export const kPdfSeparateFragments = "pdfSeparateFragments";
export const kAutoAnimateEasing = "autoAnimateEasing";
export const kAutoAnimateDuration = "autoAnimateDuration";
export const kAutoAnimateUnmatched = "autoAnimateUnmatched";
export const kAutoStretch = "auto-stretch";
export const kCodeBlockHeight = "code-block-height";
export const kJumpToSlide = "jumpToSlide";
export const kScrollView = "scroll-view";
export const kView = "view";
export const kScrollProgress = "scrollProgress";
export const kScrollSnap = "scrollSnap";
export const kScrollActivationWidth = "scrollActivationWidth";
export const kScrollLayout = "scrollLayout";