UNPKG

dm-unimmersive

Version:
5 lines (4 loc) 233 B
import { SegmentAction } from '../actions'; import { SegmentState } from '../../types'; export declare const initial_state: SegmentState; export default function segment(state: SegmentState, action: SegmentAction): SegmentState;