@julseb-lib/react 1.1.3 → 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 +2 -1
- 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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/types/components-props.d.cts +1 -0
- package/dist/types/components-props.d.ts +1 -0
- package/package.json +1 -1
|
@@ -853,6 +853,7 @@ interface ILibSlideshowBase extends LibComponentBase<HTMLDivElement> {
|
|
|
853
853
|
options?: ILibPaginationOptions;
|
|
854
854
|
borderRadius?: LibRadiuses;
|
|
855
855
|
hidePagination?: boolean;
|
|
856
|
+
defaultSlide?: number;
|
|
856
857
|
}
|
|
857
858
|
interface SlideshowWithImages extends ILibSlideshowBase {
|
|
858
859
|
images?: Array<string>;
|
|
@@ -853,6 +853,7 @@ interface ILibSlideshowBase extends LibComponentBase<HTMLDivElement> {
|
|
|
853
853
|
options?: ILibPaginationOptions;
|
|
854
854
|
borderRadius?: LibRadiuses;
|
|
855
855
|
hidePagination?: boolean;
|
|
856
|
+
defaultSlide?: number;
|
|
856
857
|
}
|
|
857
858
|
interface SlideshowWithImages extends ILibSlideshowBase {
|
|
858
859
|
images?: Array<string>;
|