zmp-react
Advanced tools
Comparing version 2.8.1 to 2.8.2
@@ -22,2 +22,6 @@ "use strict"; | ||
/* dts-imports | ||
import { Icon } from 'zmp-core/types'; | ||
*/ | ||
/* dts-props | ||
@@ -52,2 +56,3 @@ id?: string | number; | ||
CHILDREN_PROP | ||
iconZMP: Icon.IconZMP | ||
*/ | ||
@@ -54,0 +59,0 @@ var ZMPButton = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) { |
/** | ||
* ZMP React 2.8.1 | ||
* ZMP React 2.8.2 | ||
* Build full featured iOS & Android apps using ZMP & React | ||
@@ -4,0 +4,0 @@ * https://h5.zalo.me/react/ |
import * as React from 'react'; | ||
import { Icon } from 'zmp-core/types'; | ||
interface ButtonProps { | ||
@@ -40,3 +42,3 @@ slot?: string; | ||
iconMaterial?: string; | ||
iconZMP?: string; | ||
iconZMP?: Icon.IconZMP; | ||
iconIos?: string; | ||
@@ -43,0 +45,0 @@ iconMd?: string; |
@@ -6,2 +6,6 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
import { classNames } from '../shared/utils'; | ||
/* dts-imports | ||
import { Icon } from 'zmp-core/types'; | ||
*/ | ||
/* dts-props | ||
@@ -36,2 +40,3 @@ id?: string | number; | ||
CHILDREN_PROP | ||
iconZMP: Icon.IconZMP | ||
*/ | ||
@@ -38,0 +43,0 @@ |
/** | ||
* ZMP React 2.8.1 | ||
* ZMP React 2.8.2 | ||
* Build full featured iOS & Android apps using ZMP & React | ||
@@ -4,0 +4,0 @@ * https://h5.zalo.me/react/ |
{ | ||
"name": "zmp-react", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"description": "Build full featured iOS & Android apps using ZMP & React", | ||
@@ -5,0 +5,0 @@ "main": "cjs/zmp-react.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1806647
40673