Skip to content

Commit

Permalink
update (export interface): add a new export that could be used outside
Browse files Browse the repository at this point in the history
  • Loading branch information
dependentmadani committed Jun 15, 2024
1 parent c9e3f83 commit ae936f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ae936f1

Please sign in to comment.