UNPKG

355 BJavaScriptView Raw
1/*
2 * Copyright (c) Jupyter Development Team.
3 * Distributed under the terms of the Modified BSD License.
4 */
5/**
6 * The class name added to a drop target.
7 */
8export const DROP_TARGET_CLASS = 'jp-mod-dropTarget';
9/**
10 * The class name added to a drop source.
11 */
12export const DROP_SOURCE_CLASS = 'jp-mod-dropSource';
13//# sourceMappingURL=constants.js.map
\No newline at end of file