UNPKG

opendash

Version:

open.DASH data visualization framework

7 lines (5 loc) 161 B
import { PropsWithChildren } from "react"; export type ErrorBoundaryPropsInterface = PropsWithChildren<{ dependencies?: any; onErrorReset?: () => void; }>;