UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 208 B
import React from 'react'; import type { Size } from '../internals/types'; export declare const InputGroupContext: React.Context<{ onFocus: () => void; onBlur: () => void; size?: Size; } | null>;