@livetiles/reach-plugin-types 0.5.0-preview.463 → 0.5.0-preview.466
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
|
@@ -10544,6 +10544,7 @@ declare module "libs/reach/feature/content/src/reach-2/common/detail/DetailViewF
|
|
|
10544
10544
|
declare module "libs/reach/feature/content/src/reach-2/common/detail/DetailViewContentActions" {
|
|
10545
10545
|
import { FC, ReactNode } from 'react';
|
|
10546
10546
|
export const DetailViewContentActions: FC<{
|
|
10547
|
+
showAsToolbar?: boolean;
|
|
10547
10548
|
additionalButtons?: ReactNode;
|
|
10548
10549
|
}>;
|
|
10549
10550
|
}
|