master @ 8 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildKeyValue, type Props } from "./KeyValue"; │
│ │
│ const { entries, keyW } = Astro.props as Props; │
│ --- │
│ {entries.length > 0 && <Frame build={(w) => buildKeyValue(entries, w, keyW)} />} │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildKeyValue, type Props } from ". │
│ /KeyValue"; │
│ │
│ const { entries, keyW } = Astro.props as Pro │
│ ps; │
│ --- │
│ {entries.length > 0 && <Frame build={(w) => │
│ buildKeyValue(entries, w, keyW)} />} │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET