UNPKG

498 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import { InternalFormFieldGroup } from './InternalFormFieldGroup';
4export const FormFieldGroup = (_a) => {
5 var { children, className, header } = _a, props = __rest(_a, ["children", "className", "header"]);
6 return (React.createElement(InternalFormFieldGroup, Object.assign({ className: className, header: header }, props), children));
7};
8FormFieldGroup.displayName = 'FormFieldGroup';
9//# sourceMappingURL=FormFieldGroup.js.map
\No newline at end of file