From 02c883bb96944777c9d5022d3c418b1061fbed77 Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Tue, 7 Jan 2025 00:47:27 -0500 Subject: [PATCH] chore: put const back --- index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.tsx b/index.tsx index f2b1f0a..d35018d 100644 --- a/index.tsx +++ b/index.tsx @@ -12,7 +12,7 @@ import * as React from 'react' * Analogous to `node.type`. Please note that the values here may change at any time, * so do not hard code against the value directly. */ -export var RuleType = { +export const RuleType = { blockQuote: '0', breakLine: '1', breakThematic: '2',