UNPKG

@aliretail/react-materials-components

Version:
12 lines (11 loc) 399 B
/// <reference types="react" /> import { ITableProps } from '../../type'; interface IDetailTableProps { appCode: Pick<ITableProps, 'detailAppCode'>; apiCode: Pick<ITableProps, 'detailApiCode'>; traceId: string; url: Pick<ITableProps, 'detailUrl'>; params: Pick<ITableProps, 'params'>; } declare const _default: (props: IDetailTableProps) => JSX.Element; export default _default;