UNPKG

taro-ui-vue3

Version:

Taro UI Rewritten in Vue 3.0

10 lines (5 loc) 239 B
import { CommonEventFunction } from '@tarojs/components/types/common' import AtComponent, { AtIconBaseProps } from './base' export interface AtIconProps extends AtComponent, AtIconBaseProps { onClick?: CommonEventFunction }