UNPKG

@sms-frontend/components

Version:

SMS 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 {};