@julseb-lib/react 1.1.4 → 1.1.5
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.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2887,6 +2887,7 @@ declare const TabsContent: FC$1<ILibTabContent>;
|
|
|
2887
2887
|
* @prop {string[]} [props.images] - Array of image URLs to display in the slideshow.
|
|
2888
2888
|
* @prop {object} [props.pagination] - Configuration object for pagination indicators and behavior.
|
|
2889
2889
|
* @prop {boolean} [props.hidePagination] - Whether to hide the pagination indicators.
|
|
2890
|
+
* @prop {number} [props.defaultSlide] - Selects the default slide shown on load of the page.
|
|
2890
2891
|
* @prop {LibBorderRadius} [props.borderRadius] - Border radius variant for the slideshow container.
|
|
2891
2892
|
*
|
|
2892
2893
|
* @returns {JSX.Element} The rendered Slideshow component.
|
package/dist/index.d.ts
CHANGED
|
@@ -2887,6 +2887,7 @@ declare const TabsContent: FC$1<ILibTabContent>;
|
|
|
2887
2887
|
* @prop {string[]} [props.images] - Array of image URLs to display in the slideshow.
|
|
2888
2888
|
* @prop {object} [props.pagination] - Configuration object for pagination indicators and behavior.
|
|
2889
2889
|
* @prop {boolean} [props.hidePagination] - Whether to hide the pagination indicators.
|
|
2890
|
+
* @prop {number} [props.defaultSlide] - Selects the default slide shown on load of the page.
|
|
2890
2891
|
* @prop {LibBorderRadius} [props.borderRadius] - Border radius variant for the slideshow container.
|
|
2891
2892
|
*
|
|
2892
2893
|
* @returns {JSX.Element} The rendered Slideshow component.
|