UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 200 B
import React from 'react'; export declare const InputGroupContext: React.Context<{ onFocus: () => void; onBlur: () => void; size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined; } | null>;