woocommerce/plugins/woocommerce-admin/client/marketing/hooks/index.ts

4 lines
193 B
TypeScript
Raw Normal View History

export { useInstalledPlugins } from './useInstalledPlugins';
export { useRegisteredChannels } from './useRegisteredChannels';
export { useRecommendedChannels } from './useRecommendedChannels';