UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

4 lines (3 loc) 200 B
import { ISidebarState } from './Sidebar'; export declare function onToggle(state: ISidebarState): ISidebarState; export declare function onResize(state: ISidebarState, width: number): ISidebarState;