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;