UNPKG

387 BTypeScriptView Raw
1import * as React from 'react';
2export interface InputGroupProps extends React.HTMLProps<HTMLDivElement> {
3 /** Additional classes added to the input group. */
4 className?: string;
5 /** Content rendered inside the input group. */
6 children: React.ReactNode;
7}
8export declare const InputGroup: React.FunctionComponent<InputGroupProps>;
9//# sourceMappingURL=InputGroup.d.ts.map
\No newline at end of file