Skip to content

Commit

Permalink
chore(types): add missing type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Sep 9, 2024
1 parent 1994afd commit da59558
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/features/outline/OutlineProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ import {
createPath
} from './OutlineUtil';

/**
* @typedef { import('diagram-js/lib/features/outline/OutlineProvider').default } BaseOutlineProvider
*
* @typedef { import('diagram-js/lib/features/outline/OutlineProvider').Outline } Outline
*
* @typedef { import('diagram-js/lib/draw/Styles').default } Styles
*
* @typedef { import('diagram-js/lib/model/Types').Element } Element
*/

const DEFAULT_OFFSET = 5;

/**
Expand Down

0 comments on commit da59558

Please sign in to comment.