feat: release v0.0.1
This commit is contained in:
7
dist/react/video-player/components/with-errors/index.d.ts
vendored
Normal file
7
dist/react/video-player/components/with-errors/index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { IWithDurationBadgePlayerProps } from "../with-duration-badge";
|
||||
export interface IWithErrorsVideoPlayerProps extends IWithDurationBadgePlayerProps {
|
||||
showErrors?: boolean;
|
||||
}
|
||||
declare const WithErrors: ({ showErrors, children, ...props }: IWithErrorsVideoPlayerProps) => import("react/jsx-runtime").JSX.Element;
|
||||
export default WithErrors;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user