Skip to content

Commit

Permalink
Expose 'Config' From 'index.tsx' (#20)
Browse files Browse the repository at this point in the history
* Expose

* Tweak
  • Loading branch information
PauloMFJ authored Jan 31, 2024
1 parent dd0be29 commit e2daf88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @paulomfj @maikelvdzande @maartenbruggink
* @paulomfj @maikelvdzande @maartenbruggink @brunotomedev
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@buildinams/use-match-media",
"description": "Stateful hook that uses the matchMedia API.",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"author": "Build in Amsterdam <development@buildinamsterdam.com> (https://www.buildinamsterdam.com/)",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ const useMatchMedia = <

export default useMatchMedia;

export type { EventHandler, Query };
export type { Config, EventHandler, Query };

0 comments on commit e2daf88

Please sign in to comment.