UNPKG

306 BTypeScriptView Raw
1/// <reference types="react" />
2import { Props as ButtonProps } from './Button';
3interface Props extends ButtonProps {
4 className?: string;
5 children?: any;
6}
7declare function InputAddon({ className, ...props }: Props): JSX.Element;
8export default InputAddon;
9//# sourceMappingURL=InputAddon.d.ts.map
\No newline at end of file