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

7 lines
361 B
TypeScript

import { IWithObservationProps } from "../with-observation";
export interface IWithBlurVideoPlayerProps extends IWithObservationProps {
withBlur?: boolean;
}
declare const WithBlur: ({ withBlur, onReady, children, ...props }: IWithBlurVideoPlayerProps) => import("react/jsx-runtime").JSX.Element;
export default WithBlur;
//# sourceMappingURL=index.d.ts.map