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
/
fab.d.ts
18 lines
(13 loc)
•
311 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import
{
CommonEventFunction
}
from
'@tarojs/components/types/common'
import
AtComponent
from
'./base'
export
interface
AtFabProps
extends
AtComponent
{
/** * 大小尺寸 *
@default
'normal' */
size
?:
'normal'
|
'small'
/** * 点击标签时触发 */
onClick
?:
CommonEventFunction
}