EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/base/common-props/swipe-action/index.ts
2025-02-08 18:50:38 +08:00

12 lines
216 B
TypeScript

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