@hybr1d-tech/charizard 0.7.97 → 0.7.98
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/hybr1d-ui.js +1096 -1095
- package/dist/hybr1d-ui.umd.cjs +14 -14
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2934,7 +2934,7 @@ export declare enum TIME_PICKER_TYPE {
|
|
|
2934
2934
|
* @param {TimePickerProps} props - Props for TimePicker component
|
|
2935
2935
|
* @returns {JSX.Element} TimePicker component
|
|
2936
2936
|
*/
|
|
2937
|
-
export declare function TimePicker({ timestamp, onTimeChange, format, enableSeconds, containerClassName, ...props }: TimePickerProps): JSX_2.Element;
|
|
2937
|
+
export declare function TimePicker({ timestamp, onTimeChange, format, enableSeconds, className, containerClassName, ...props }: TimePickerProps): JSX_2.Element;
|
|
2938
2938
|
|
|
2939
2939
|
export declare namespace TimePicker {
|
|
2940
2940
|
var displayName: string;
|