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.
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;
|