UNPKG

@sberdevices/plasma-temple

Version:

SberDevices CanvasApp Templates.

4 lines 223 B
import { AppState, PlasmaActionData } from './types'; export declare const initialState: AppState; export declare const reducer: (state: AppState, action: PlasmaActionData) => AppState; //# sourceMappingURL=reducer.d.ts.map