UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

4 lines (3 loc) 186 B
import { HTMLAttributes } from 'react'; export declare type IInputGroupProps = HTMLAttributes<HTMLSpanElement>; export declare function InputGroup(props: IInputGroupProps): JSX.Element;