UNPKG

linkmore-design

Version:

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

14 lines (13 loc) β€’ 311 B
export declare const reducer: (state: any, action: any) => any; export declare const initialState: (props: any) => { upload: any; process: number; status: string; fileList: any; cropFile: any; preview: { index: number; visible: boolean; }; }; export default reducer;