UNPKG

sp-react-formfields

Version:

Collection of React controls used for rendering SharePoint fields in custom forms. Support new/edit/display rendering modes.

5 lines (4 loc) 273 B
import { IFieldProps } from './interfaces'; export declare const unescapeHTML: (str: any) => any; export declare const handleError: (msg: string) => void; export declare const getFieldPropsByInternalName: (allProps: IFieldProps[], internalName: string) => IFieldProps;