UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

14 lines (13 loc) 392 B
import React from 'react'; export interface ToolbarProps { prefixCls?: string; downloadUrl?: string | Function; zoomInDisabled?: boolean; zoomOutDisabled?: boolean; onZoomIn?: () => void; onZoomOut?: () => void; onRotateLeft?: () => void; onRotateRight?: () => void; } declare const _default: React.NamedExoticComponent<ToolbarProps>; export default _default;