Skip to content

Commit

Permalink
style(table): 完善ts定义
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Sep 5, 2024
1 parent 156835e commit 49ce445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/table/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import { FormConfig, FormValue } from '@tmagic/form';

export interface ColumnActionConfig {
type?: 'delete' | 'copy' | 'edit';
type?: 'delete' | 'copy' | 'edit' | string;
buttonType?: string;
display?: (row: any) => boolean;
text?: string | ((row: any) => string);
Expand Down

0 comments on commit 49ce445

Please sign in to comment.