@livetiles/reach-plugin-types 0.5.0-preview.937 → 0.5.0-preview.941
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/lib/index.d.ts +2 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -5359,6 +5359,7 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
|
|
|
5359
5359
|
export { ReactComponent as TrashCanIcon } from './assets/trash-can.svg';
|
|
5360
5360
|
export { ReactComponent as DocumentActiveIcon } from './assets/document-active.svg';
|
|
5361
5361
|
export { ReactComponent as DocumentIcon } from './assets/document.svg';
|
|
5362
|
+
export { ReactComponent as EditActiveIcon } from './assets/edit-active.svg';
|
|
5362
5363
|
export { ReactComponent as EditIcon } from './assets/edit.svg';
|
|
5363
5364
|
export { ReactComponent as EmojiActiveIcon } from './assets/emoji-active.svg';
|
|
5364
5365
|
export { ReactComponent as EmojiIcon } from './assets/emoji.svg';
|
|
@@ -11361,6 +11362,7 @@ declare module "libs/reach/feature/content/src/reach-2/common/editor/ContentRich
|
|
|
11361
11362
|
className?: string;
|
|
11362
11363
|
editor: Editor;
|
|
11363
11364
|
hidePlaceholder?: boolean;
|
|
11365
|
+
isReadOnly?: boolean;
|
|
11364
11366
|
}
|
|
11365
11367
|
const ContentRichTextEditor: FC<IContentRichTextEditor>;
|
|
11366
11368
|
export default ContentRichTextEditor;
|