UNPKG
choo-taro-ui-vue3
Version:
latest (1.1.1)
1.1.1
1.1.0
Taro UI Rewritten in Vue 3.0
b2nil.github.io/taro-ui-vue3
choo-taro-ui-vue3
/
types
/
icon.d.ts
10 lines
(5 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
CommonEventFunction
}
from
'@tarojs/components/types/common'
import
AtComponent
, {
AtIconBaseProps
}
from
'./base'
export
interface
AtIconProps
extends
AtComponent
,
AtIconBaseProps
{
onClick
?:
CommonEventFunction
}