feat: release v0.0.1
This commit is contained in:
9
dist/react/video-player/components/with-cover/index.d.ts
vendored
Normal file
9
dist/react/video-player/components/with-cover/index.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ReactNode } from "react";
|
||||
import { IWithLoadingVideoPlayerProps } from "../with-loader";
|
||||
export interface IWithCoverVideoPlayerProps extends IWithLoadingVideoPlayerProps {
|
||||
cover?: ReactNode | null;
|
||||
forceHover?: boolean;
|
||||
}
|
||||
declare const WithCover: ({ cover, children, onReady, options, forceHover, ...props }: IWithCoverVideoPlayerProps) => import("react/jsx-runtime").JSX.Element;
|
||||
export default WithCover;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user