UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

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