feat: release v0.0.1
This commit is contained in:
7
dist/react/video-player/components/with-processing/index.d.ts
vendored
Normal file
7
dist/react/video-player/components/with-processing/index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user