1 | import { __rest } from "tslib";
|
2 | import * as React from 'react';
|
3 | import { InternalFormFieldGroup } from './InternalFormFieldGroup';
|
4 | export 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 | };
|
8 | FormFieldGroup.displayName = 'FormFieldGroup';
|
9 | //# sourceMappingURL=FormFieldGroup.js.map |
\ | No newline at end of file |