docs: interface define error (#7241)

fix: interface Properties should be separated by semicolons
This commit is contained in:
LeezQ 2017-08-17 16:24:18 +08:00 committed by Benjy Cui
parent a93cb09e15
commit d329d191dd

View File

@ -141,7 +141,7 @@ import { Table } from 'antd';
import { TableColumnConfig } from 'antd/lib/table/Table';
interface IUser {
key: number,
key: number;
name: string;
}