UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

14 lines (13 loc) β€’ 304 B
export declare const reducer: (state: any, action: any) => any; export declare const initialState: () => { visible: boolean; zoom: number; rotation: number; crop: { x: number; y: number; }; croppedAreaPixels: any; croppedImage: any; }; export default reducer;