Files
_hublib-web/dist/react/video-player/components/with-loader/index.d.ts
2026-02-27 09:50:13 +03:00

7 lines
380 B
TypeScript

import { IWithLazyVideoPlayerProps } from "../with-lazy";
export interface IWithLoadingVideoPlayerProps extends IWithLazyVideoPlayerProps {
withLoading?: boolean;
}
declare const WithLoading: ({ withLoading, onReady, children, ...props }: IWithLoadingVideoPlayerProps) => import("react/jsx-runtime").JSX.Element;
export default WithLoading;
//# sourceMappingURL=index.d.ts.map