/** * Loop/iteration directive. * * @packageDocumentation */ import { Directive } from '../types.js'; export { FOR_PROCESSED_ATTR } from '../process.js'; /** Attribute used to mark template content that should be skipped during SSR */ export declare const FOR_TEMPLATE_ATTR = "data-g-for-template"; /** * Iterate over array or object items. * * @remarks * Creates a copy of the template element for each item in the iterable. * Supports arrays and objects. For arrays, provides item and index. * For objects, provides value and key. * * On server: wraps template in