Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 73c76df

Browse files
committed
[FIX]: added missing dependencies for build
1 parent 8ebb9ed commit 73c76df

File tree

18 files changed

+19426
-17115
lines changed

18 files changed

+19426
-17115
lines changed

‎build/components/dropzone/components/Dropzone/Dropzone.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from "react";
1+
import *asReact from "react";
22
import "./Dropzone.scss";
33
import { DropzoneProps } from "./DropzoneProps";
44
declare const Dropzone: React.FC<DropzoneProps>;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {FC} from "react";
1+
import *asReact from "react";
22
import { DropzoneFooterProps } from "./DropzoneFooterProps";
3-
declare const DropzoneFooter: FC<DropzoneFooterProps>;
3+
declare const DropzoneFooter: React.FC<DropzoneFooterProps>;
44
export default DropzoneFooter;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import {CSSProperties} from "react";
1+
import *asReact from "react";
22
export interface IconProps {
33
size?: "micro" | "small" | "semi-medium" | "medium" | "large";
44
color?: string;
55
colorFill?: string;
66
onClick?: Function;
7-
style?: CSSProperties;
7+
style?: React.CSSProperties;
88
className?: string;
99
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {FC} from "react";
1+
import *asReact from "react";
22
import { InfoProps } from "./InfoProps";
3-
declare const Info: FC<InfoProps>;
3+
declare const Info: React.FC<InfoProps>;
44
export default Info;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {FC} from "react";
1+
import *asReact from "react";
22
import { VideoPreviewProps } from "./VideoPreviewProps";
33
import "./VideoPreview.scss";
4-
declare const VideoPreview: FC<VideoPreviewProps>;
4+
declare const VideoPreview: React.FC<VideoPreviewProps>;
55
export default VideoPreview;

‎build/index.es.js‎

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎build/index.es.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎build/index.js‎

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎build/index.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎build/utils/loader.d.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {FC} from "react";
1+
import *asReact from "react";
22
interface loaderProps {
33
color?: string;
44
}
5-
declare const Loader: FC<loaderProps>;
5+
declare const Loader: React.FC<loaderProps>;
66
export default Loader;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /