File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as React from 'react'
2
2
import { Button } from 'antd'
3
3
4
4
import MyIcon from './icon' ;
5
- import KeyEventListener from '../KeyEventListener ' ;
5
+ import KeyEventListener from '../keyEventListener ' ;
6
6
7
7
const { KeyCombiner } = KeyEventListener
8
8
declare var document : any ;
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
import { storiesOf } from '@storybook/react' ;
3
- import KeyEventListener from '../components/KeyEventListener ' ;
3
+ import KeyEventListener from '../components/keyEventListener ' ;
4
4
import { PropsTable } from './components/propsTable' ;
5
5
import './style' ;
6
6
@@ -34,7 +34,7 @@ const keyListenerPropDefinitions = [{
34
34
defaultValue : ''
35
35
} ]
36
36
37
- const stories = storiesOf ( 'KeyCombiner 键盘监听' , module ) ;
37
+ const stories = storiesOf ( 'KeyEventListener 键盘监听' , module ) ;
38
38
// keyCombiner
39
39
stories . add ( 'keyCombiner' , ( ) => {
40
40
const keyAction = ( evt : any ) => {
You can’t perform that action at this time.
0 commit comments