@sinco/react 1.1.2-rc.77 → 1.1.2-rc.79

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.77",
3
+ "version": "1.1.2-rc.79",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  interface FooterActionsProperties {
3
- labelChangeCounter: React.ReactNode;
3
+ children?: React.ReactNode;
4
+ labelChangeCounter: React.ReactNode | string;
4
5
  leftContent?: React.ReactNode;
5
6
  rightContent?: React.ReactNode;
6
7
  }