UNPKG

@tuniao/tnui-vue3-uniapp

Version:
12 lines (10 loc) 216 B
import { buildProps } from '../../../../utils' export const swipeActionBaseProps = buildProps({ /** * @description 自动关闭菜单 */ autoClose: { type: Boolean, default: true, }, } as const)