mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Merge pull request #9215 from matrix-org/actions/upgrade-deps
Upgrade dependencies
This commit is contained in:
commit
fe409d992c
@ -15,13 +15,13 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import { toDataURL, QRCodeSegment, QRCodeToDataURLOptions } from "qrcode";
|
import { toDataURL, QRCodeSegment, QRCodeToDataURLOptions, QRCodeRenderersOptions } from "qrcode";
|
||||||
import classNames from "classnames";
|
import classNames from "classnames";
|
||||||
|
|
||||||
import { _t } from "../../../languageHandler";
|
import { _t } from "../../../languageHandler";
|
||||||
import Spinner from "./Spinner";
|
import Spinner from "./Spinner";
|
||||||
|
|
||||||
interface IProps extends QRCodeToDataURLOptions {
|
interface IProps extends QRCodeRenderersOptions {
|
||||||
data: string | QRCodeSegment[];
|
data: string | QRCodeSegment[];
|
||||||
className?: string;
|
className?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user