UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

13 lines (12 loc) 460 B
import React from 'react'; export declare const getBackgroundColor: (isDraggingOver: boolean, isDraggingFrom: boolean) => string; export declare const getDraggingStyle: (isDraggingOver: boolean, isDraggingFrom: boolean) => object; export interface ColumnProps { prefixCls: string; columnId: string; className?: string; quotes?: any[]; header: string; } declare const _default: React.FunctionComponent<ColumnProps>; export default _default;