UNPKG

@e-group/redux-modules

Version:

eGroup team react-redux modules that share across projects.

5 lines (4 loc) 222 B
export declare const INITIALIZE_DIALOG = "INITIALIZE_DIALOG"; export declare const OPEN_DIALOG = "OPEN_DIALOG"; export declare const CLOSE_DIALOG = "CLOSE_DIALOG"; export declare const SET_DIALOG_DATA = "SET_DIALOG_DATA";