mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Remove as any workaround from smart components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2019-2020 Signal Messenger, LLC
|
||||
// Copyright 2019-2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { connect } from 'react-redux';
|
||||
@@ -13,7 +13,7 @@ import {
|
||||
translatePackFromDB,
|
||||
} from '../selectors/stickers';
|
||||
|
||||
type ExternalProps = {
|
||||
export type ExternalProps = {
|
||||
packId: string;
|
||||
readonly onClose: () => unknown;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user