UNPKG

@aliretail/react-materials-components

Version:
7 lines (6 loc) 245 B
import * as React from 'react'; import { ITableProps } from '../../type'; export default function MarketingOperationLogDialog(props: Omit<ITableProps, 'extTableProps'> & { children: React.ReactElement; actTitle: string; }): JSX.Element;