sample-cross-fx 0.14.8-beta.3500 → 0.14.8-beta.3511

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/app/index.d.ts CHANGED
@@ -874,6 +874,10 @@ declare module "sample-cross-fx" {
874
874
  * The basic props for defining an extension slot.
875
875
  */
876
876
  export interface BaseExtensionSlotProps<TName, TParams> {
877
+ /**
878
+ * The children to transport, if any.
879
+ */
880
+ children?: React.ReactNode;
877
881
  /**
878
882
  * Defines what should be rendered when no components are available
879
883
  * for the specified extension.