UNPKG

lucid-ui

Version:

A UI component library from Xandr.

4 lines 246 B
import { ISidebarState } from './Sidebar'; export declare function onToggle(state: ISidebarState): ISidebarState; export declare function onResize(state: ISidebarState, width: number): ISidebarState; //# sourceMappingURL=Sidebar.reducers.d.ts.map