UNPKG

react-blueprint-svg

Version:

Pannable, zoomable SVG with menu of displaying options inspired by maker.js.

5 lines (4 loc) 183 B
import { ActionType } from './actions'; import { RootState } from './state'; declare const _default: (state: RootState, action: ActionType) => RootState; export default _default;