Skip to content

Commit

Permalink
actual last helperType reference
Browse files Browse the repository at this point in the history
  • Loading branch information
esheyw committed Dec 22, 2024
1 parent 526a3c7 commit 5027829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/augments/pixi.d.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as _PIXI from "pixi.js";
import type { Brand } from "../helperTypes.d.mts";
import type { Brand } from "src/utils/index.d.mts";

// Note(LukeAbby): The `smooth.d.mts` and `smooth.d.mts` files exist to make it DRY to selectively tweak PIXI sub-namespaces.
// Each of them write `export * from "..."` and then selectively shadow or augment the exports.
Expand Down

0 comments on commit 5027829

Please sign in to comment.