import { StructuralDirective } from './structural.directive'; /** * For directive — list iteration. * * ## Callback mode (existing) * ```html *
  • html`
    ${item}
    `]}>
  • * ``` * * ## Template mode * Pass just the items array. The directive clones the child `