We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9f471 commit f0f27b1Copy full SHA for f0f27b1
src/block.ts
@@ -49,12 +49,6 @@ export type BlocksMap = Record<string, BlockDef<Hashmap>>;
49
* });
50
* ```
51
*
52
- * @example Wrapping simple values as units
53
- * ```typescript
54
- * // demo/post/postMod.ts
55
- * export const repo = defineBlock(postRepo); // Wrap simple value as unit
56
- * ```
57
- *
58
* @see {@link tagBlock} For the more common file-based block pattern
59
60
* @public
0 commit comments