sti-antd-package 0.0.27 → 0.0.28

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,5 +1,5 @@
1
1
  import { DropDownProps } from "antd";
2
- export interface DropdownButtonMenuItem<T> {
2
+ export interface DropdownButtonMenuItem<T = undefined> {
3
3
  key: string;
4
4
  label: string;
5
5
  icon?: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -467,7 +467,7 @@ interface DateRangePickerComponentProps {
467
467
 
468
468
  declare const DateRangePickerComponent: React$1.FC<DateRangePickerComponentProps>;
469
469
 
470
- interface DropdownButtonMenuItem<T> {
470
+ interface DropdownButtonMenuItem<T = undefined> {
471
471
  key: string;
472
472
  label: string;
473
473
  icon?: React.ReactNode;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sti-antd-package",
3
3
  "description": "STI ANT Design",
4
- "version": "0.0.27",
4
+ "version": "0.0.28",
5
5
  "type": "module",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",