@table-nav/react
Advanced tools
Comparing version
# @table-nav/react | ||
## 0.0.1 | ||
## 0.0.2 | ||
### Patch Changes | ||
- 4d85f4c: fix importing from src and add peer dependency in react package | ||
- 45291de: initial testing release | ||
- Updated dependencies [4d85f4c] | ||
- Updated dependencies [45291de] | ||
- @table-nav/core@0.0.2 |
import { KeyboardEvent } from 'react'; | ||
import { DataGridNav, Config } from '@table-nav/core/src'; | ||
import { DataGridNav, Config } from '@table-nav/core'; | ||
export declare function useTableNav(options: Config): { | ||
@@ -4,0 +4,0 @@ listeners: { |
@@ -1,2 +0,2 @@ | ||
import { DataGridNav } from '@table-nav/core/src'; | ||
import { DataGridNav } from '@table-nav/core'; | ||
export function useTableNav(options) { | ||
@@ -3,0 +3,0 @@ const nav = new DataGridNav(options); |
{ | ||
"name": "@table-nav/react", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
@@ -15,6 +15,9 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@table-nav/core": "^0.0.1", | ||
"@table-nav/core": "^0.0.2", | ||
"react": "18.2.0", | ||
"typescript": "5.1.3" | ||
}, | ||
"peerDependencies": { | ||
"@table-nav/core": "^0.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
1712
14.75%1
Infinity%