Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
/// <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, };