@wyxos/vibe 4.5.5 → 4.5.6
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/README.md +6 -2
- package/lib/components/FeedFooter.vue.d.ts +1 -0
- package/lib/components/GalleryFooter.vue.d.ts +1 -0
- package/lib/index.cjs +1 -1
- package/lib/index.js +140 -129
- package/lib/types.d.ts +1 -0
- package/package.json +1 -1
package/lib/types.d.ts
CHANGED
|
@@ -124,6 +124,7 @@ export interface VibeFeedFooterActions {
|
|
|
124
124
|
export interface VibeFeedFooterProps {
|
|
125
125
|
actions: VibeFeedFooterActions;
|
|
126
126
|
canRetryEnd: boolean;
|
|
127
|
+
showLoadMore?: boolean;
|
|
127
128
|
state: VibeState;
|
|
128
129
|
}
|
|
129
130
|
export interface VibeReelInfoSheetProps extends VibeCardRegionProps {
|