@grafana/faro-react
Version:
Faro package that enables easier integration in projects built with React.
5 lines (4 loc) • 321 B
TypeScript
export { faroErrorBoundaryInitialState } from './const';
export { FaroErrorBoundary } from './FaroErrorBoundary';
export type { FaroErrorBoundaryFallbackRender, FaroErrorBoundaryProps, FaroErrorBoundaryState, ReactNodeRender, ReactProps, } from './types';
export { withFaroErrorBoundary } from './withFaroErrorBoundary';