Skip to content

Commit

Permalink
Export AssociativeArray
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Nov 11, 2024
1 parent 7eeb606 commit de452d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/composables/sprunjer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ const useSprunjer = (
}
}

export { useSprunjer, type Sprunjer }
export { useSprunjer, type Sprunjer, type AssociativeArray }
2 changes: 1 addition & 1 deletion dist/composables/sprunjer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ declare const useSprunjer: (dataUrl: any, defaultSorts?: AssociativeArray, defau
last: ComputedRef<number>;
toggleSort: (column: string) => void;
};
export { useSprunjer, type Sprunjer };
export { useSprunjer, type Sprunjer, type AssociativeArray };

0 comments on commit de452d2

Please sign in to comment.