woocommerce/plugins/woocommerce-blocks/assets/js/data/store-notices/selectors.ts

9 lines
212 B
TypeScript

/**
* Internal dependencies
*/
import { StoreNoticesState } from './default-state';
export const getRegisteredContainers = (
state: StoreNoticesState
): StoreNoticesState[ 'containers' ] => state.containers;