UNPKG

taro-ui-vue3

Version:

Taro UI Rewritten in Vue 3.0

18 lines (13 loc) 328 B
import { CommonEventFunction } from '@tarojs/components/types/common' import AtComponent from './base' export interface AtFabProps extends AtComponent { /** * 大小尺寸 * @default 'normal' */ size?: 'normal' | 'small' /** * 点击标签时触发 */ onClick?: CommonEventFunction }