Files
v10/dist/dev/ui/error-dialog/context.d.ts

9 lines
332 B
TypeScript

import { ErrorLike } from "@videojs/media";
//#region src/ui/error-dialog/context.d.ts
interface ErrorDialogContextValue {
lastError: ErrorLike | null;
}
declare function useErrorDialogContext(): ErrorDialogContextValue;
//#endregion
export { ErrorDialogContextValue, useErrorDialogContext };
//# sourceMappingURL=context.d.ts.map