UNPKG

@htsoft/aiza-react-auction

Version:
6 lines (5 loc) 190 B
/// <reference types="react" /> import { ListParamsType } from "../types"; export declare const ListModal: ({ listParams }: { listParams?: ListParamsType | undefined; }) => JSX.Element;