mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
docs: interface define error (#7241)
fix: interface Properties should be separated by semicolons
This commit is contained in:
parent
a93cb09e15
commit
d329d191dd
@ -141,7 +141,7 @@ import { Table } from 'antd';
|
||||
import { TableColumnConfig } from 'antd/lib/table/Table';
|
||||
|
||||
interface IUser {
|
||||
key: number,
|
||||
key: number;
|
||||
name: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user