UNPKG

dm-unimmersive

Version:
5 lines (4 loc) 203 B
import { Root } from '../../types'; import { GlobalAction } from '../actions'; export declare const initial_state: Root; export default function RootReducer(state: Root, action: GlobalAction): Root;