We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700d413 commit ec17e83Copy full SHA for ec17e83
src/lib/utils/sort.ts
@@ -3,7 +3,8 @@
3
* @module
4
*/
5
6
-import { DeclarationReflection, ReflectionKind } from "../models";
+import { ReflectionKind } from "../models/reflections/abstract";
7
+import type { DeclarationReflection } from "../models/reflections/declaration";
8
9
export const SORT_STRATEGIES = [
10
"source-order",
0 commit comments