@appkit/dek-ui 0.15.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +3119 -3119
- package/dist/index.umd.js +50 -50
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export { default as Text } from './components/Text/Text';
|
|
|
30
30
|
export { default as Tile } from './components/Tile/Tile';
|
|
31
31
|
export { default as TitleBar } from './components/TitleBar/TitleBar';
|
|
32
32
|
export { default as View } from './components/View/View';
|
|
33
|
+
export { useInterval } from 'usehooks-ts';
|
|
33
34
|
export { default as useDateTime } from './lib/hooks/useDateTime';
|
|
34
|
-
export { default as useInterval } from './lib/hooks/useInterval';
|
|
35
35
|
export { default as formatDateTime } from './lib/formatDateTime';
|
|
36
36
|
export { default as theme } from './lib/theme';
|