Repository URL to install this package:
|
Version:
4.0.116 ▾
|
/// <reference types="react" />
import { StyledProps } from './typings';
export interface DraggableWrapperProps {
x: StyledProps.XPosition;
y: StyledProps.YPosition;
isDragging: StyledProps.IsDragging;
column: StyledProps.Column;
row: StyledProps.Row;
}
declare const DraggableWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & DraggableWrapperProps, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & DraggableWrapperProps>;
declare const StyledDraggableWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const PlaceholderWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
declare const Placeholder: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
export { StyledDraggableWrapper, DraggableWrapper, Placeholder, PlaceholderWrapper, };