From ae936f111a5d436af5aeb6b750c15d82e1fa15d6 Mon Sep 17 00:00:00 2001 From: dependentmadani Date: Sat, 15 Jun 2024 14:14:09 +0100 Subject: [PATCH] update (export interface): add a new export that could be used outside --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 70b58a4..433e263 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ export interface HeaderData { /** * @description Tool's config from Editor */ -interface HeaderConfig { +export interface HeaderConfig { /** Block's placeholder */ placeholder?: string; /** Heading levels */