@olegrumiancev/sp-react-formfields
Version:
Collection of React controls used for rendering SharePoint fields in custom forms. Support new/edit/display rendering modes.
6 lines (5 loc) • 345 B
TypeScript
import { IFieldProps } from './interfaces';
export declare const getQueryString: (url: any, field: any) => string;
export declare const unescapeHTML: (str: any) => any;
export declare const handleError: (msg: string) => void;
export declare const getFieldPropsByInternalName: (allProps: IFieldProps[], internalName: string) => IFieldProps;