diff --git a/.changeset/shaggy-ducks-allow.md b/.changeset/shaggy-ducks-allow.md new file mode 100644 index 0000000..d5f8e27 --- /dev/null +++ b/.changeset/shaggy-ducks-allow.md @@ -0,0 +1,5 @@ +--- +"@stackla/widget-utils": patch +--- + +Add pagination method diff --git a/src/types/core/sdk.ts b/src/types/core/sdk.ts index da76f92..3a22f53 100644 --- a/src/types/core/sdk.ts +++ b/src/types/core/sdk.ts @@ -58,4 +58,5 @@ export interface ISdk { closeExpandedTiles(): void getShopspotsFromTile(tileId: string): Promise getFirstProductInTile(tile: Tile): Product | undefined + isPaginationEnabled(): boolean }