claude-web/node_modules/primevue/deferredcontent/style/index.d.ts

15 lines
396 B
TypeScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
/**
*
* DeferredContent postpones the loading the content that is initially not in the viewport until it becomes visible on scroll.
*
* [Live Demo](https://www.primevue.org/deferredcontent/)
*
* @module deferredcontentstyle
*
*/
import type { BaseStyle } from '@primevue/core/base/style';
export enum DeferredContentClasses {}
export interface DeferredContentStyle extends BaseStyle {}