@pantheon-systems/pds-toolkit-react 1.0.0-dev.236 → 1.0.0-dev.238

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 CHANGED
@@ -104,4 +104,5 @@ export * from './layouts/TwoItemLayout/TwoItemLayout';
104
104
  export * from './libs/types/custom-types';
105
105
  export { ResponsiveContext } from './utilities/context-providers/ResponsiveContext/ResponsiveContext';
106
106
  export { useClipboard } from './utilities/hooks/useClipboard';
107
+ export { useKeyPress } from './utilities/hooks/useKeyPress';
107
108
  export { useWindowWidth } from './utilities/hooks/useWindowWidth';