chore: update ui tips
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
export interface SealColumnProps {
|
||||
title: string;
|
||||
title: React.ReactNode;
|
||||
render?: (text: any, record: any) => React.ReactNode;
|
||||
dataIndex: string;
|
||||
width?: number;
|
||||
|
||||
Reference in New Issue
Block a user