NumberSlotDef
The serialized shape the `number` builder emits — a `number`-kind `SlotDef`.
The serialized shape the number builder emits — a number-kind SlotDef.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface NumberSlotDef extends Head { type: "number"; prefix?: string; suffix?: string; thousandsSep?: boolean; decimals?: boolean; maxDigits?: number;}