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