UNPKG

@aliretail/react-materials-components

Version:
13 lines (12 loc) 245 B
/// <reference types="react" /> import { QueryItem } from './type'; interface IProps { data: QueryItem[]; } declare const QueryInfo: { (props: IProps): JSX.Element; propTypes: { data: any; }; }; export default QueryInfo;