1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

Lint types

This commit is contained in:
Jorik Schellekens
2020-04-28 13:59:00 +01:00
parent f91613f112
commit 137b94703a

View File

@@ -16,7 +16,7 @@ limitations under the License.
import * as React from 'react';
type IProps = {
interface IProps {
// A callback for the selected value
onSelectionChange: (value: number) => void;