import * as React from 'react'; export const ApplicationLauncherItemContext = React.createContext({ isExternal: false, icon: null });