We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905c1d1 commit 12fd55dCopy full SHA for 12fd55d
packages/taro-ui/src/components/search-bar/index.tsx
@@ -1,8 +1,8 @@
1
-import { Input, Text, View } from '@tarojs/components'
2
-import { CommonEvent } from '@tarojs/components/types/common'
3
import classNames from 'classnames'
4
import PropTypes, { InferProps } from 'prop-types'
5
import React from 'react'
+import { Input, Text, View } from '@tarojs/components'
+import { CommonEvent } from '@tarojs/components/types/common'
6
import { AtSearchBarProps, AtSearchBarState } from '../../../types/search-bar'
7
8
type ExtendEvent = {
0 commit comments