@select-org/select-post-builder 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { default as default_2 } from 'react';
1
+ import { FC } from 'react';
2
2
  import { JSONContent } from '@tiptap/react';
3
3
  import { JSX as JSX_2 } from 'react/jsx-runtime';
4
4
  import { ReactNode } from 'react';
@@ -101,12 +101,12 @@ export declare interface PostBuilderConfig {
101
101
  };
102
102
  authToken: string;
103
103
  toI18N: (key: string) => string;
104
- i18nKeys?: PostBuilderI18nKeys;
104
+ i18nKeys: PostBuilderI18nKeys;
105
105
  }
106
106
 
107
- export declare const PostBuilderEditor: default_2.FC<PostBuilderEditorProps>;
107
+ export declare const PostBuilderEditor: FC<PostBuilderEditorProps>;
108
108
 
109
- declare type PostBuilderEditorProps = WithModalProps | WithoutModalProps;
109
+ export declare type PostBuilderEditorProps = WithModalProps | WithoutModalProps;
110
110
 
111
111
  declare interface PostBuilderI18nKeys {
112
112
  addImageKey: string;