fix(lint): pnpm format lint warning (#7080)

This commit is contained in:
ppxb
2026-01-10 14:06:03 +08:00
committed by GitHub
parent 24d20ca9ee
commit 51bca25345
9 changed files with 22 additions and 24 deletions

View File

@@ -350,9 +350,9 @@ export interface ActionButtonOptions extends VbenButtonProps {
export interface VbenFormProps<
T extends BaseFormComponentType = BaseFormComponentType,
> extends Omit<
FormRenderProps<T>,
'componentBindEventMap' | 'componentMap' | 'form'
> {
FormRenderProps<T>,
'componentBindEventMap' | 'componentMap' | 'form'
> {
/**
* 操作按钮是否反转(提交按钮前置)
*/