Files
_hublib-web/dist/react/video-player/components/with-processing/index.d.ts

7 lines
392 B
TypeScript
Raw Normal View History

2026-02-27 09:50:13 +03:00
import { IWithCoverVideoPlayerProps } from "../with-cover";
export interface IWithProcessingVideoPlayerProps extends IWithCoverVideoPlayerProps {
showProcessing?: boolean;
}
declare const WithProcessing: ({ showProcessing, children, ...props }: IWithProcessingVideoPlayerProps) => import("react/jsx-runtime").JSX.Element;
export default WithProcessing;
//# sourceMappingURL=index.d.ts.map