mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 07:41:53 +02:00
12 lines
332 B
TypeScript
12 lines
332 B
TypeScript
|
declare namespace _default {
|
||
|
const id: string;
|
||
|
namespace defaults {
|
||
|
const algorithm: string;
|
||
|
const enabled: boolean;
|
||
|
}
|
||
|
function beforeElementsUpdate(chart: any, args: any, options: any): void;
|
||
|
function destroy(chart: any): void;
|
||
|
function destroy(chart: any): void;
|
||
|
}
|
||
|
export default _default;
|