wix-style-react
Version:
wix-style-react
9 lines • 462 B
TypeScript
declare const _default: import("react-dnd").DndComponentClass<typeof PureDragLayer, import("react-dnd").Omit<any, "item" | "itemType" | "isPlaceholder" | "initialOffset" | "currentOffset">>;
export default _default;
declare class PureDragLayer extends React.PureComponent<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=DragLayer.d.ts.map