File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
- import './style/index.scss'
2
- import './style/themes/red.scss'
3
- import './style/themes/purple.scss'
4
-
5
1
export { default as AtActionSheet } from './components/action-sheet'
6
2
export { default as AtActionSheetItem } from './components/action-sheet/body/item'
7
3
export { default as AtActivityIndicator } from './components/activity-indicator'
Original file line number Diff line number Diff line change 1
- import { MouseEvent , ComponentClass } from 'react'
2
- import { SelectorQuery } from '@tarojs/taro'
1
+ import { ComponentClass } from 'react'
3
2
import {
4
3
CommonEventFunction ,
5
4
CommonEvent
@@ -65,7 +64,7 @@ export interface AtSwipeActionState {
65
64
export interface AtSwipeActionOptionsProps extends AtComponent {
66
65
componentId : string
67
66
options : SwipeActionOption [ ]
68
- onQueryedDom : ( res : SelectorQuery . execObject ) => void
67
+ onQueryedDom : ( res : any ) => void
69
68
}
70
69
71
70
declare const AtSwipeAction : ComponentClass < AtSwipeActionProps >
You can’t perform that action at this time.
0 commit comments