mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 20:09:46 +02:00
Update packages/mermaid/src/diagrams/block/blockTypes.ts
Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
import type { BaseDiagramConfig } from '../../config.type.js';
|
export type { BlockDiagramConfig as BlockConfig } from '../../config.type.js';
|
||||||
|
|
||||||
export interface BlockConfig extends BaseDiagramConfig {
|
|
||||||
padding?: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
export type BlockType =
|
export type BlockType =
|
||||||
| 'na'
|
| 'na'
|
||||||
|
Reference in New Issue
Block a user