Lint types

pull/21833/head
Jorik Schellekens 2020-04-28 13:59:00 +01:00
parent f91613f112
commit 137b94703a
1 changed files with 12 additions and 12 deletions

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;