chore: chat hooks

This commit is contained in:
jialin
2025-02-19 20:50:32 +08:00
parent 9e0634f449
commit f1ab927a7e
16 changed files with 827 additions and 756 deletions
-1
View File
@@ -28,7 +28,6 @@ export interface TableHeaderProps {
sortOrder?: 'ascend' | 'descend' | null;
dataIndex: string;
onSort?: (dataIndex: string, order: 'ascend' | 'descend') => void;
children?: React.ReactElement<SealColumnProps>;
title: React.ReactNode;
style?: React.CSSProperties;
firstCell?: boolean;