Skip to content

Commit

Permalink
Up TS PluginOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Aug 23, 2024
1 parent 459c059 commit 2034e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Editor, PluginOptions } from 'grapesjs';
import type { Editor } from 'grapesjs';
import { mjmlConvert, debounce, componentsToQuery } from './utils';
import loadMjml from './mjml';
import loadHead from './Head';
Expand All @@ -20,7 +20,7 @@ import loadNavBar from './NavBar';
import loadNavBarLink from './NavBarLink';
import loadHero from './Hero';
import loadRaw from './Raw';
import { RequiredPluginOptions } from '..';
import { RequiredPluginOptions, PluginOptions } from '..';

export type ComponentPluginOptions = {
/**
Expand Down

0 comments on commit 2034e3d

Please sign in to comment.