UNPKG

choerodon-ui

Version:

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

10 lines (9 loc) 306 B
/// <reference types="react" /> export interface Props { rtl: boolean; hasCustomTreeCol: boolean; isTree: boolean; translateDOMPositionXY: (style: React.CSSProperties, x: number, y: number) => void; } declare const TableContext: import("react").Context<Props>; export default TableContext;