@mirantes-micro/foundation-design-system 1.2.332 → 1.2.334

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/dist/index.d.ts CHANGED
@@ -2044,7 +2044,7 @@ declare function PostTriggerModal(props: any): React__default.JSX.Element | null
2044
2044
 
2045
2045
  declare function PostBackgroundManager(): React__default.JSX.Element;
2046
2046
 
2047
- declare function PostTrigger({ community, type: initialType, restrictProfileSelection, optimisticUpdateType, onClickAction, typeRender }: {
2047
+ declare function PostTrigger({ community, type: initialType, restrictProfileSelection, optimisticUpdateType, onClickAction, typeRender, }: {
2048
2048
  typeRender?: {
2049
2049
  render?: "input" | "button";
2050
2050
  buttonClassName?: string;