UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

11 lines (10 loc) 320 B
/// <reference types="react" /> import { ColumnProps } from '../interface'; interface SummaryContextProps { columns?: ColumnProps[]; stickyOffsets?: number[]; stickyClassNames?: string[]; prefixCls?: string; } export declare const SummaryContext: import("react").Context<SummaryContextProps>; export {};