master @ 10 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import Pre from "../Pre/Pre.astro"; │
│ import { buildBigNumber, type Props } from "./BigNumber"; │
│ │
│ const { value, label } = Astro.props as Props; │
│ --- │
│ <Frame build={(w) => buildBigNumber(value, w)} /> │
│ {label && <Pre>{label}</Pre>} │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import Pre from "../Pre/Pre.astro"; │
│ import { buildBigNumber, type Props } from " │
│ ./BigNumber"; │
│ │
│ const { value, label } = Astro.props as Prop │
│ s; │
│ --- │
│ <Frame build={(w) => buildBigNumber(value, w │
│ )} /> │
│ {label && <Pre>{label}</Pre>} │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET