mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
updated flowchart.js to 1.14.2 (#671)
using types from the package instead of our own
This commit is contained in:
parent
02ae83ba5e
commit
36679753d7
3 changed files with 5 additions and 18 deletions
13
src/external-types/flowchart.js/index.d.ts
vendored
13
src/external-types/flowchart.js/index.d.ts
vendored
|
@ -1,13 +0,0 @@
|
|||
declare module 'flowchart.js' {
|
||||
type Options = {
|
||||
'line-width': number,
|
||||
'fill': string,
|
||||
'font-size': string,
|
||||
'font-family': string
|
||||
}
|
||||
type ParseOutput = {
|
||||
clean: () => void,
|
||||
drawSVG: (container: HTMLElement, options: Options) => void,
|
||||
}
|
||||
export const parse: (code: string) => ParseOutput
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue