Update packages/mermaid/src/diagrams/block/blockTypes.ts

Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
Knut Sveidqvist 2024-01-30 14:46:14 +01:00 committed by GitHub
parent 8f8ce2f142
commit 010fc703eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,4 @@
import type { BaseDiagramConfig } from '../../config.type.js';
export interface BlockConfig extends BaseDiagramConfig {
padding?: number;
}
export type { BlockDiagramConfig as BlockConfig } from '../../config.type.js';
export type BlockType =
| 'na'