@livetiles/reach-plugin-types 0.5.0-preview.71 → 0.5.0-preview.74
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 +1 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -8487,6 +8487,7 @@ declare module "libs/reach/feature/content/src/common/body/InlineObjectToolbar"
|
|
|
8487
8487
|
import { FC, ReactNode } from 'react';
|
|
8488
8488
|
export const InlineObjectToolbar: FC<{
|
|
8489
8489
|
onDelete?: () => void;
|
|
8490
|
+
deleteAriaLabelResourceKey?: string;
|
|
8490
8491
|
additionalButtons?: ReactNode;
|
|
8491
8492
|
}>;
|
|
8492
8493
|
export const InlineObjectToolbarWrapper: FC<{
|