UNPKG

320 BPlain TextView Raw
1/*
2 * Copyright (c) Jupyter Development Team.
3 * Distributed under the terms of the Modified BSD License.
4 */
5
6/**
7 * The class name added to a drop target.
8 */
9export const DROP_TARGET_CLASS = 'jp-mod-dropTarget';
10
11/**
12 * The class name added to a drop source.
13 */
14export const DROP_SOURCE_CLASS = 'jp-mod-dropSource';