UNPKG

@ezuikit/theme-plugin-zoom

Version:

zoom

8 lines (6 loc) 193 B
interface ZoomProps { /** 电子放大图标 */ icon?: string; } declare function Zoom(props?: ZoomProps): (theme: any) => HTMLSpanElement; export { type ZoomProps, Zoom as default };