UNPKG

react-zoom

Version:

Lightweight and stateless modal component for React.js

12 lines (9 loc) 168 B
export function toggle() { return {type: 'TOGGLE'}; } export function show() { return {type: 'SHOW'}; } export function hide() { return {type: 'HIDE'}; }