UNPKG

opendash

Version:

open.DASH data visualization framework

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