@livetiles/reach-plugin-types 0.5.0-preview.879 → 0.5.0-preview.880
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
|
@@ -5416,6 +5416,7 @@ declare module "libs/reach/ui/common/src/reach-2/buttons/BaseButton" {
|
|
|
5416
5416
|
size?: BaseButtonSizeType;
|
|
5417
5417
|
label?: string;
|
|
5418
5418
|
icon?: JSX.Element;
|
|
5419
|
+
iconPosition?: 'left' | 'right';
|
|
5419
5420
|
disabled?: boolean;
|
|
5420
5421
|
onClick?: MouseEventHandler<HTMLButtonElement>;
|
|
5421
5422
|
domIdentifier?: string;
|
|
@@ -10747,6 +10748,7 @@ declare module "libs/reach/feature/content/src/reach-2/common/editor/EnhancedRic
|
|
|
10747
10748
|
}
|
|
10748
10749
|
export interface EnhancedRichTextEditorContentRef {
|
|
10749
10750
|
getContent: () => EnhancedRichTextEditorContent;
|
|
10751
|
+
getContentRef: () => React.MutableRefObject<HTMLDivElement>;
|
|
10750
10752
|
}
|
|
10751
10753
|
interface EnhancedRichTextEditorProps {
|
|
10752
10754
|
initialContent: string;
|