Lint types
This commit is contained in:
parent
f91613f112
commit
137b94703a
1 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue