quickblox-react-ui-kit 0.1.2 → 0.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quickblox-react-ui-kit",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "dist/index-ui.js",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -1,6 +0,0 @@
1
- import DefaultTheme from './DefaultTheme';
2
- export default class CustomTheme extends DefaultTheme {
3
- divider: () => string;
4
- mainText: () => string;
5
- fontFamily: () => string;
6
- }