Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/editors/slate/slate-emojis/index.ts
1698 views
1
/*
2
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3
* License: MIT (same as slate uses https://github.com/ianstormtaylor/slate/blob/master/License.md)
4
*/
5
6
// Adapted from my mentions plugin, which is next to this.
7
8
export { useEmojis } from "./hook";
9
10