sag_components 2.0.0-beta305 → 2.0.0-beta306
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.
|
@@ -71,6 +71,30 @@ declare namespace _default {
|
|
|
71
71
|
export { description_5 as description };
|
|
72
72
|
export const action: string;
|
|
73
73
|
}
|
|
74
|
+
namespace onClear {
|
|
75
|
+
const name_6: string;
|
|
76
|
+
export { name_6 as name };
|
|
77
|
+
export namespace control_6 {
|
|
78
|
+
const type_6: string;
|
|
79
|
+
export { type_6 as type };
|
|
80
|
+
}
|
|
81
|
+
export { control_6 as control };
|
|
82
|
+
const description_6: string;
|
|
83
|
+
export { description_6 as description };
|
|
84
|
+
const action_1: string;
|
|
85
|
+
export { action_1 as action };
|
|
86
|
+
}
|
|
87
|
+
namespace clearTrigger {
|
|
88
|
+
const name_7: string;
|
|
89
|
+
export { name_7 as name };
|
|
90
|
+
export namespace control_7 {
|
|
91
|
+
const type_7: string;
|
|
92
|
+
export { type_7 as type };
|
|
93
|
+
}
|
|
94
|
+
export { control_7 as control };
|
|
95
|
+
const description_7: string;
|
|
96
|
+
export { description_7 as description };
|
|
97
|
+
}
|
|
74
98
|
}
|
|
75
99
|
}
|
|
76
100
|
export default _default;
|
|
@@ -90,4 +114,7 @@ export namespace Default {
|
|
|
90
114
|
export { onTyping_1 as onTyping };
|
|
91
115
|
}
|
|
92
116
|
}
|
|
117
|
+
export namespace WithClearButton {
|
|
118
|
+
function render(): import("react/jsx-runtime").JSX.Element;
|
|
119
|
+
}
|
|
93
120
|
import SearchInput from "./SearchInput";
|