@khanacademy/math-input 0.5.3 → 0.5.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @khanacademy/math-input
2
2
 
3
+ ## 0.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - f29b4975: Export the KeyConfigs type
8
+
3
9
  ## 0.5.3
4
10
 
5
11
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -7794,5 +7794,5 @@ class ProvidedKeypad extends React.Component {
7794
7794
 
7795
7795
  }
7796
7796
 
7797
- export { CursorContexts, ProvidedKeypad as Keypad, MathInput as KeypadInput, KeypadTypes, keypadConfigurationPropType, keypadElementPropType };
7797
+ export { CursorContexts, KeyConfigs, ProvidedKeypad as Keypad, MathInput as KeypadInput, KeypadTypes, keypadConfigurationPropType, keypadElementPropType };
7798
7798
  //# sourceMappingURL=index.js.map