fui-material 1.0.50-beta → 1.0.52-beta

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.
@@ -1,6 +1,9 @@
1
1
  import React, { FC } from "react";
2
2
  export interface IFDialogFooter {
3
3
  children?: React.ReactChild | React.ReactNode;
4
+ className?: string;
5
+ st?: React.CSSProperties | undefined;
6
+ id?: string;
4
7
  }
5
8
  declare const FDialogFooter: FC<IFDialogFooter>;
6
9
  export default FDialogFooter;
package/dist/index.d.ts CHANGED
@@ -211,6 +211,9 @@ declare const FDialogBody: FC<IFDialogBody>;
211
211
 
212
212
  interface IFDialogFooter {
213
213
  children?: React.ReactChild | React.ReactNode;
214
+ className?: string;
215
+ st?: React.CSSProperties | undefined;
216
+ id?: string;
214
217
  }
215
218
  declare const FDialogFooter: FC<IFDialogFooter>;
216
219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "1.0.50-beta",
3
+ "version": "1.0.52-beta",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"