@livetiles/reach-plugin-types 0.5.0-preview.764 → 0.5.0-preview.766
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 +0 -2
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -6828,7 +6828,6 @@ declare module "libs/reach/feature/content/src/common/detail/events/controls/Eve
|
|
|
6828
6828
|
export const EventUserRegistration: FC<{
|
|
6829
6829
|
disabled?: boolean;
|
|
6830
6830
|
hideInfoMessage?: boolean;
|
|
6831
|
-
showNoRegistrationRequired?: boolean;
|
|
6832
6831
|
onToggleRegister?: (itemId: string, response: EventResponse, isFullSeriesRegistration: boolean) => unknown;
|
|
6833
6832
|
onRegistrationRedirect?: (url: string) => void;
|
|
6834
6833
|
className?: string;
|
|
@@ -6840,7 +6839,6 @@ declare module "libs/reach/feature/content/src/common/detail/events/controls/Eve
|
|
|
6840
6839
|
export const EventCardUserRegistration: FC<{
|
|
6841
6840
|
item: EventItem;
|
|
6842
6841
|
disabled?: boolean;
|
|
6843
|
-
showNoRegistrationRequired?: boolean;
|
|
6844
6842
|
className?: string;
|
|
6845
6843
|
languageDirection?: LanguageDirection;
|
|
6846
6844
|
onRegistrationRedirect?: (url: string) => void;
|