mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-23 14:01:53 +02:00
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
import type { DrawDefinition } from '../../diagram-api/types.js';
|
|
export declare const renderer: {
|
|
draw: DrawDefinition;
|
|
};
|