react-code-dataset / wp-calypso /apps /wpcom-block-editor /src /wpcom /features /use-launchpad-screen.js
| const useLaunchpadScreen = () => { | |
| // We have this data populated, on window.launchpadOptions, so we should use it. | |
| return { | |
| launchpad_screen: window.launchpadOptions?.launchpadScreenOption, | |
| }; | |
| }; | |
| export default useLaunchpadScreen; | |