UNPKG

@woocommerce/data

Version:
9 lines 431 B
/** * Internal dependencies */ import { NavigationState } from './types'; export declare const getMenuItems: (state: NavigationState) => unknown; export declare const getFavorites: (state: NavigationState) => string[]; export declare const isNavigationRequesting: (state: NavigationState, selector: string) => {}; export declare const getPersistedQuery: (state: NavigationState) => Object; //# sourceMappingURL=selectors.d.ts.map