Appearance
Type Alias: ChildBlock
ts
type ChildBlock = Block | string | number | null;Defined in: src/renderer/types.ts:63
Valid children inside a Block.
Block— nested componentstring— text contentnumber— numeric contentnull— empty slot (skipped during rendering)