UNPKG

smart-filtero

Version:

This is an NPM package that filters out the data based on the given conditions

5 lines (4 loc) 142 B
import React from "react"; import { QueryItemCmp } from "@/types"; declare const QueryItem: React.FC<QueryItemCmp>; export default QueryItem;