@clickpalm/react 1.3.8 → 1.3.10
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 +1 -0
- package/dist/index.js +244 -199
- package/dist/index.mjs +203 -158
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4136,6 +4136,7 @@ declare const Carousel: react__default.FC<CarouselProps> & {
|
|
|
4136
4136
|
interface CarouselItemProps {
|
|
4137
4137
|
children: ReactNode;
|
|
4138
4138
|
style?: CSSProperties;
|
|
4139
|
+
title?: string | null | undefined;
|
|
4139
4140
|
}
|
|
4140
4141
|
|
|
4141
4142
|
type PasswordInputProps = Omit<TextInputProps, 'type' | 'suffix'>;
|