UNPKG
@ezuikit/theme-plugin-zoom
Version:
latest (0.1.0)
0.1.0
0.1.0-alpha.1
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
0.0.1-alpha.0
zoom
@ezuikit/theme-plugin-zoom
/
dist
/
types
/
index.d.ts
8 lines
(6 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
ZoomProps
{
/** 电子放大图标 */
icon
?:
string
; }
declare
function
Zoom
(
props
?:
ZoomProps
):
(
theme
:
any
) =>
HTMLSpanElement
;
export
{
type
ZoomProps
,
Zoom
as
default
};