UNPKG

@jupyterlab/notebook

Version:
9 lines (8 loc) 224 B
/** * The class name added to a drop target. */ export declare const DROP_TARGET_CLASS = "jp-mod-dropTarget"; /** * The class name added to a drop source. */ export declare const DROP_SOURCE_CLASS = "jp-mod-dropSource";