import Taro from '@tarojs/taro'

declare module '@tarojs/taro' {
  namespace vibrateShort {
    interface Option {
      type?: 'heavy' | 'medium' | 'light'
    }
  }
}
