UNPKG

@aliretail/react-materials-components

Version:
11 lines (10 loc) 358 B
/** * @author wu.zhengnan * @desc 店铺列表组件(可编辑) * @createDate 2021.03.19 */ /// <reference types="react" /> import { IStoreTableProps } from '../../config/type'; declare function StoreTable(props: IStoreTableProps): JSX.Element; declare const _default: import("react").MemoExoticComponent<typeof StoreTable>; export default _default;