self-adaption-box-react 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ width?: number;
4
+ height?: number;
5
+ }
6
+ declare const SelfAdaptionBox: React.FC<Props>;
7
+ export default SelfAdaptionBox;
@@ -0,0 +1 @@
1
+ import './index.css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "self-adaption-box-react",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",