UNPKG
echarts-for-react-pix
Version:
latest (3.0.2-b)
3.0.2
3.0.2-b
3.0.2-a
Apache Echarts components for React.
github.com/hustcc/echarts-for-react
hustcc/echarts-for-react
echarts-for-react-pix
/
lib
/
helper
/
pick.d.ts
7 lines
(6 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 保留 object 中的部分内容 *
@param
obj
*
@param
keys
*/
export
declare
function
pick
(
obj
:
Record
<
string
,
unknown
>,
keys
:
string
[]
):
Record
<
string
,
unknown
>;