Skip to content

Commit

Permalink
fix: added txt module
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Feb 20, 2024
1 parent 98d067b commit ef275bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dotlottie-js/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ declare module '*.lottie' {
export default value;
}

declare module '*.txt' {
const value: string;
export default value;
}

// eslint-disable-next-line @typescript-eslint/no-namespace
declare namespace jasmine {
interface Matchers<T extends ArrayBuffer> {
Expand Down

0 comments on commit ef275bb

Please sign in to comment.