import { TableProps } from 'antd';
export interface IDynamicTableProps extends TableProps {
    rightNode?: JSX.Element;
}
