UNPKG

nbit-arco

Version:

Arco Design React UI Library.

8 lines (7 loc) 202 B
/// <reference types="react" /> declare type RowContextType = { gutter?: [number, number]; div?: boolean; }; export declare const RowContext: import("react").Context<RowContextType>; export {};