UNPKG

react-push-menu

Version:
4 lines (3 loc) 220 B
import { PropMap } from '../types'; export declare const getNodeChildren: (node: Record<string, any>, propMap: PropMap) => any; export declare const getNodeTitle: (node: Record<string, any>, propMap: PropMap) => any;