UNPKG

@raona/components

Version:

React components used at Raona to work with SPFx

8 lines (7 loc) 201 B
/// <reference types="react" /> import { FormField } from './FormField'; export interface FieldsGroup { name: string | JSX.Element; wrapperClassName?: string; fields: FormField[]; }