/** * Copyright (c) Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. */ /** * Render a custom UI for CodeMirror's hint which includes additional info * about the type and description for the selected context. */ export default function onHasCompletion(cm: any, data: any): void;