UNPKG

sp-react-formfields

Version:

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

7 lines (6 loc) 209 B
import * as React from 'react'; export default class ErrorBoundary extends React.Component<{}, any> { constructor(props: any); componentDidCatch(error: any, info: any): void; render(): {}; }