3 lines
137 B
TypeScript
Raw Normal View History

export type { WithErrorBoundaryOptions } from './withErrorBoundary';
export { default as withErrorBoundary } from './withErrorBoundary';