@livetiles/reach-plugin-types 0.5.0-preview.561 → 0.5.0-preview.562
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
|
@@ -8607,6 +8607,7 @@ declare module "libs/reach/feature/content/src/feedback/PollUserInput" {
|
|
|
8607
8607
|
declare module "libs/reach/feature/content/src/feedback/PollDisplay" {
|
|
8608
8608
|
import { FC } from 'react';
|
|
8609
8609
|
export const PollDisplay: FC<{
|
|
8610
|
+
languageDirection?: string;
|
|
8610
8611
|
className?: string;
|
|
8611
8612
|
}>;
|
|
8612
8613
|
}
|
|
@@ -8642,6 +8643,7 @@ declare module "libs/reach/feature/content/src/common/detail/controls/DetailView
|
|
|
8642
8643
|
import { FC } from 'react';
|
|
8643
8644
|
export const DetailViewPoll: FC;
|
|
8644
8645
|
export const StyledPollDisplay: import("styled-components").StyledComponent<FC<{
|
|
8646
|
+
languageDirection?: string;
|
|
8645
8647
|
className?: string;
|
|
8646
8648
|
}>, import("styled-components").DefaultTheme, {
|
|
8647
8649
|
isMobilePreview?: boolean;
|