@pinuts/bsr-uikit-relaunch
Version:
BSR UI-KIT Relaunch
21 lines • 766 B
TypeScript
export default FormFieldWrapper;
declare function FormFieldWrapper({ children, config, ...otherProps }: {
[x: string]: any;
children: any;
config?: {};
}): any;
declare namespace FormFieldWrapper {
namespace propTypes {
let children: PropTypes.Requireable<PropTypes.ReactElementLike>;
let style: PropTypes.Requireable<object>;
let config: PropTypes.Requireable<PropTypes.InferProps<{
key: PropTypes.Requireable<string>;
helpText: PropTypes.Requireable<string>;
inputProps: PropTypes.Requireable<PropTypes.InferProps<{
key: PropTypes.Requireable<string>;
}>>;
}>>;
}
}
import PropTypes from 'prop-types';
//# sourceMappingURL=FormFieldWrapper.d.ts.map