mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 15:05:38 -06: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;
|
|
};
|